AbstractFormLoginAuthenticator::start()

Response start(Request $request, AuthenticationException $authException = null) Override to control what happens when the user hits a secure page but isn't logged in yet. Parameters Request $request The request that resulted in an AuthenticationException AuthenticationException $authException The exception that started the authentication process Return Value Response

AbstractNode

class AbstractNode implements NodeInterface Abstract base node class. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() Details string getNodeName() Return Value string

AbstractLoader

class AbstractLoader implements LoaderInterface Base loader for validation metadata. This loader supports the loading of constraints from Symfony's default namespace (see {@link DEFAULT_NAMESPACE}) using the short class names of those constraints. Constraints can also be loaded using their fully qualified class names. At last, namespace aliases can be defined to load constraints with the syntax "alias:ShortName". Constants DEFAULT_NAMESPACE The namespace to load constraints from by default

AbstractGuardAuthenticator

class AbstractGuardAuthenticator implements GuardAuthenticatorInterface An optional base class that creates a PostAuthenticationGuardToken for you. Methods GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $providerKey) Shortcut to create a PostAuthenticationGuardToken for you, if you don't really care about which authenticated token you're using. Details GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $provi

AbstractFormLoginAuthenticator::onAuthenticationSuccess()

Response|null onAuthenticationSuccess(Request $request, TokenInterface $token, string $providerKey) Override to change what happens after successful authentication. Parameters Request $request TokenInterface $token string $providerKey The provider (i.e. firewall) key Return Value Response|null

AbstractFormLoginAuthenticator::onAuthenticationFailure()

Response|null onAuthenticationFailure(Request $request, AuthenticationException $exception) Override to change what happens after a bad username/password is submitted. Parameters Request $request AuthenticationException $exception Return Value Response|null

AbstractFormLoginAuthenticator

class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator A base class to make form login authentication easier! Traits TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate. Methods GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $providerKey) Create an authenticated token for the given user. from AbstractGuardAuthenticator Response|null onAuthenticationFailure(Request $request, Authentic

AbstractFindAdapter deprecated

class AbstractFindAdapter extends AbstractAdapter deprecated since 2.8, to be removed in 3.0. Use Finder instead. Shell engine implementation using GNU find command. Methods bool isSupported() Tests adapter support for current platform. from AbstractAdapter AdapterInterface setFollowLinks(bool $followLinks) from AbstractAdapter AdapterInterface setMode(int $mode) from AbstractAdapter AdapterInterface setDepths(array $depths) from AbstractAdapter AdapterInterface se

AbstractFileExtractor

class AbstractFileExtractor Base class used by classes that extract translation messages from files.

AbstractFactory::create()

create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) Parameters ContainerBuilder $container $id $config $userProviderId $defaultEntryPointId