Token::getPosition()

int getPosition() Return Value int

SessionAuthenticationStrategyInterface

interface SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface. Implementation are responsible for updating the session after an interactive authentication attempt was successful. Methods onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. Details onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. This m

LogoutUrlGenerator::getLogoutPath()

string getLogoutPath(string|null $key = null) Generates the absolute logout path for the firewall. Parameters string|null $key The firewall key or null to use the current firewall key Return Value string The logout path

FormConfigBuilder::getEmptyData()

mixed getEmptyData() Returns the data that should be returned when the form is empty. Return Value mixed The data returned if the form is empty

ButtonBuilder::addEventListener()

FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Unsupported method. This method should not be invoked. Parameters string $eventName The name of the event to listen to callable $listener The listener to execute int $priority The priority of the listener. Listeners with a higher priority are called before listeners with a lower priority. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallExce

LocaleListener::onKernelFinishRequest()

onKernelFinishRequest(FinishRequestEvent $event) Parameters FinishRequestEvent $event

DateTimeToRfc3339Transformer::reverseTransform()

mixed reverseTransform(string $rfc3339) Transforms a formatted string following RFC 3339 into a normalized date. Parameters string $rfc3339 Formatted string Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not a string, if the value could not be transformed

NumberFormatter::getPattern()

bool|string getPattern() Not supported. Returns the formatter's pattern. Return Value bool|string The pattern string used by the formatter or false on error Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/numberformatter.getpattern.php

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for Dependency Injection component.

ResolvedFormType::getInnerType()

FormTypeInterface getInnerType() Returns the wrapped form type. Return Value FormTypeInterface The wrapped form type