Form::getExtraData()

array getExtraData() Returns the extra data. Return Value array The submitted data which do not belong to a child

AbstractToken::getAttributes()

array getAttributes() Returns the token attributes. Return Value array The token attributes

HttpCache::getKernel()

HttpKernelInterface getKernel() Gets the Kernel instance. Return Value HttpKernelInterface An HttpKernelInterface instance

PassConfig::getMergePass()

CompilerPassInterface getMergePass() Gets the Merge pass. Return Value CompilerPassInterface The merge pass

ChoiceListInterface deprecated::getValuesForChoices()

array getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values must be strings. The values must be returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Not existing choices in this array are ignored Return Value array An array of choice values with ascending, 0-based numeric keys

MessageCatalogueInterface::all()

array all(string $domain = null) Gets the messages within a given domain. If $domain is null, it returns all messages. Parameters string $domain The domain name Return Value array An array of messages

Input::isInteractive()

bool isInteractive() Is this input means interactive? Return Value bool

RedisProfilerStorage deprecated::setRedis()

setRedis(Redis $redis) Set instance of the Redis. Parameters Redis $redis

Input::getOptions()

array getOptions() Returns all the given options merged with the default values. Return Value array

GuardAuthenticatorHandler::handleAuthenticationSuccess()

null|Response handleAuthenticationSuccess(TokenInterface $token, Request $request, GuardAuthenticatorInterface $guardAuthenticator, string $providerKey) Returns the "on success" response for the given GuardAuthenticator. Parameters TokenInterface $token Request $request GuardAuthenticatorInterface $guardAuthenticator string $providerKey The provider (i.e. firewall) key Return Value null|Response