LogoutListener::handle()

handle(GetResponseEvent $event) Performs the logout if requested. If a CsrfTokenManagerInterface instance is available, it will be used to validate the request. Parameters GetResponseEvent $event Exceptions LogoutException if the CSRF token is invalid RuntimeException if the LogoutSuccessHandlerInterface instance does not return a response

GetAttrNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

FlashBag::setName()

setName($name) Parameters $name

FilterResponseEvent::setResponse()

setResponse(Response $response) Sets a new response object. Parameters Response $response

TokenStream::getUsed()

Token[] getUsed() Returns used tokens. Return Value Token[]

Crawler::attr()

string|null attr(string $attribute) Returns the attribute value of the first node of the list. Parameters string $attribute The attribute name Return Value string|null The attribute value or null if the attribute does not exist Exceptions InvalidArgumentException When current node is empty

LdapFactory

class LdapFactory implements UserProviderFactoryInterface LdapFactory creates services for Ldap user provider. Methods create(ContainerBuilder $container, $id, $config) getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config) Parameters ContainerBuilder $container $id $config getKey() addConfiguration(Node

ParameterBag::filter()

mixed filter(string $key, mixed $default = null, int $filter = FILTER_DEFAULT, mixed $options = array()) Filter key. Parameters string $key Key mixed $default Default = null int $filter FILTER_* constant mixed $options Filter options Return Value mixed See also http://php.net/manual/en/function.filter-var.php

Bridge\PhpUnit\TextUI

Classes Command {@inheritdoc} TestRunner {@inheritdoc}

InputInterface::hasParameterOption()

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw parameters (not parsed) contain a value. This method is to be used to introspect the input parameters before they have been validated. It must be used carefully. Parameters string|array $values The values to look for in the raw parameters (can be an array) bool $onlyParams Only check real parameters, skip those following an end of options (--) signal Return Value bool true if the val