RequestDataCollector::getRequestServer()

getRequestServer()

Route::getCondition()

getCondition()

UsernamePasswordFormAuthenticationListener

class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationListener UsernamePasswordFormAuthenticationListener is the default implementation of an authentication via a simple form composed of a username and a password. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, SessionAuthenticationStrategyInterface $sessionStrategy, HttpUtils $httpUtils, string $providerKey, AuthenticationSuccessHandlerInterface $su

ExceptionHandler deprecated

class ExceptionHandler extends ExceptionHandler deprecated since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead. ExceptionHandler converts an exception to a Response object. Methods __construct($debug = true, $charset = null, $fileLinkFormat = null) from ExceptionHandler static ExceptionHandler register(bool $debug = true, string|null $charset = null, string|null $fileLinkFormat = null) Registers the exception handler. from ExceptionHandl

NodeBuilder::append()

NodeBuilder append(NodeDefinition $node) Appends a node definition. Usage: $node = new ArrayNodeDefinition('name') ->children() ->scalarNode('foo')->end() ->scalarNode('baz')->end() ->append($this->getBarNodeDefinition()) ->end() ; Parameters NodeDefinition $node Return Value NodeBuilder This node builder

NodeDefinition::cannotBeOverwritten()

NodeDefinition|$this cannotBeOverwritten(bool $deny = true) Sets whether the node can be overwritten. Parameters bool $deny Whether the overwriting is forbidden or not Return Value NodeDefinition|$this

Request::getUser()

string|null getUser() Returns the user. Return Value string|null

NumericNodeDefinition::max()

NumericNodeDefinition max(mixed $max) Ensures that the value is smaller than the given reference. Parameters mixed $max Return Value NumericNodeDefinition Exceptions InvalidArgumentException when the constraint is inconsistent

Command::getDefinition()

InputDefinition getDefinition() Gets the InputDefinition attached to this Command. Return Value InputDefinition An InputDefinition instance

EventDispatcherInterface::removeListener()

removeListener(string $eventName, callable $listener) Removes an event listener from the specified events. Parameters string $eventName The event to remove a listener from callable $listener The listener to remove