InputDefinition::getArguments()

InputArgument[] getArguments() Gets the array of InputArgument objects. Return Value InputArgument[] An array of InputArgument objects

Request::hasSession()

bool hasSession() Whether the request contains a Session object. This method does not give any information about the state of the session object, like whether the session is started or not. It is just a way to check if this Request is associated with a Session instance. Return Value bool true when the Request contains a Session object, false otherwise

SessionInterface::getMetadataBag()

MetadataBag getMetadataBag() Gets session meta. Return Value MetadataBag

SessionStorageInterface::getMetadataBag()

MetadataBag getMetadataBag() Return Value MetadataBag

Packages::setDefaultPackage()

setDefaultPackage(PackageInterface $defaultPackage) Sets the default package. Parameters PackageInterface $defaultPackage The default package

Regex::hasOption()

bool hasOption(string $option) Parameters string $option Return Value bool

Route::getOptions()

getOptions()

UserAuthenticationProvider

class UserAuthenticationProvider implements AuthenticationProviderInterface UserProviderInterface retrieves users for UsernamePasswordToken tokens. Methods __construct(UserCheckerInterface $userChecker, string $providerKey, bool $hideUserNotFoundExceptions = true) Constructor. TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. bool supports(TokenInterface $token) Checks whether this provider supports the given token. Details

CacheItem

class CacheItem implements CacheItemInterface Methods getKey() {@inheritdoc} get() {@inheritdoc} isHit() {@inheritdoc} set($value) {@inheritdoc} expiresAt($expiration) {@inheritdoc} expiresAfter($time) {@inheritdoc} static validateKey(string $key) Validates a cache key according to PSR-6. static log(LoggerInterface $logger = null, $message, $context = array()) Internal logging helper. Details getKey() {@inherit

LogoutUrlExtension::getFunctions()

getFunctions() {@inheritdoc}