PreAuthenticationGuardToken::getCredentials()

mixed getCredentials() Returns the user credentials, which might be an array of anything you wanted to put in there (e.g. username, password, favoriteColor). Return Value mixed The user credentials

Helper::getCharset()

string getCharset() Gets the default charset. Return Value string The default charset

GlobalVariables::getDebug()

bool getDebug() Returns the current app debug mode. Return Value bool The current debug mode

ConnectionException

class ConnectionException extends RuntimeException implements ExceptionInterface ConnectionException is throw if binding to ldap can not be established.

ArrayNode::setAllowFalse()

setAllowFalse(bool $allow) Sets whether false is allowed as value indicating that the array should be unset. Parameters bool $allow

PrototypedArrayNode::setPrototype()

setPrototype(PrototypeNodeInterface $node) Sets the node prototype. Parameters PrototypeNodeInterface $node

FieldEntry::getField()

string getField() Returns the field used for this entry. Return Value string

ApplicationDescription::getNamespaces()

array getNamespaces() Return Value array

ExecutionContextInterface deprecated::addViolation()

addViolation(string $message, array $params = array(), mixed $invalidValue = null, int|null $plural = null, int|null $code = null) Adds a violation at the current node of the validation graph. Note: the parameters $invalidValue, $plural and $code are deprecated since version 2.5 and will be removed in 3.0. Parameters string $message The error message array $params The parameters substituted in the error message mixed $invalidValue The invalid, validated value int|null $plural The n

SimplePreAuthenticationFactory::getPosition()

getPosition()