GuardAuthenticatorHandler::authenticateUserAndHandleSuccess()

Response|null authenticateUserAndHandleSuccess(UserInterface $user, Request $request, GuardAuthenticatorInterface $authenticator, string $providerKey) Convenience method for authenticating the user and returning the Response if any for success. Parameters UserInterface $user Request $request GuardAuthenticatorInterface $authenticator string $providerKey The provider (i.e. firewall) key Return Value Response|null

Bridge\ProxyManager\LazyProxy\Instantiator

Classes RuntimeInstantiator Runtime lazy loading proxy generator.

LdapException

class LdapException extends RuntimeException implements ExceptionInterface LdapException is throw if php ldap module is not loaded.

NodeDefinition::example()

NodeDefinition|$this example(string|array $example) Sets example configuration. Parameters string|array $example Return Value NodeDefinition|$this

EnvParametersResource::serialize()

serialize()

HtmlDumper::setDumpHeader()

setDumpHeader(string $header) Sets an HTML header that will be dumped once in the output stream. Parameters string $header An HTML string

OptionsResolver::isDefined()

bool isDefined(string $option) Returns whether an option is defined. Returns true for any option passed to {@link setDefault()}, {@link setRequired()} or {@link setDefined()}. Parameters string $option The option name Return Value bool Whether the option is defined

Question::isHidden()

bool isHidden() Returns whether the user response must be hidden. Return Value bool

ServiceReferenceGraphEdge::getDestNode()

ServiceReferenceGraphNode getDestNode() Returns the destination node. Return Value ServiceReferenceGraphNode

Compiler::addPass()

addPass(CompilerPassInterface $pass, string $type = PassConfig::TYPE_BEFORE_OPTIMIZATION) Adds a pass to the PassConfig. Parameters CompilerPassInterface $pass A compiler pass string $type The type of the pass