PhpExecutableFinder::findArguments()

array findArguments() Finds the PHP executable arguments. Return Value array The PHP executable arguments

GlobalExecutionContextInterface deprecated::getRoot()

mixed getRoot() Returns the value at which validation was started in the object graph. Return Value mixed The root value. See also ExecutionContextInterface::getRoot()

BaseNode::getInfo()

string getInfo() Returns info message. Return Value string The info text

Regex::hasStartFlag()

bool hasStartFlag() Return Value bool

User::eraseCredentials()

eraseCredentials() Removes sensitive data from the user. This is important if, at any given point, sensitive information like the plain-text password is stored on this object.

DataCollectorInterface::getName()

string getName() Returns the name of the collector. Return Value string The collector name

TokenBasedRememberMeServices

class TokenBasedRememberMeServices extends AbstractRememberMeServices Concrete implementation of the RememberMeServicesInterface providing remember-me capabilities without requiring a TokenProvider. Constants COOKIE_DELIMITER Methods __construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor. from AbstractRememberMeServices string getRememberMeParameter() Returns the parameter that is used for che

AnonymousAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

AssetExtension::getName()

string getName() Returns the name of the extension. Return Value string The extension name

ConditionalNode::evaluate()

evaluate($functions, $values) Parameters $functions $values