ValidatorBuilder::addYamlMapping()

ValidatorBuilderInterface addYamlMapping(string $path) Adds a YAML constraint mapping file to the validator. Parameters string $path The path to the mapping file Return Value ValidatorBuilderInterface The builder object

Logger::getLogs()

array getLogs() Returns an array of logs. A log is an array with the following mandatory keys: timestamp, message, priority, and priorityName. It can also have an optional context key containing an array. Return Value array An array of logs

ContainerAwareEventManager::removeEventListener()

removeEventListener(string|array $events, object|string $listener) Removes an event listener from the specified events. Parameters string|array $events object|string $listener

Response::setPrivate()

Response setPrivate() Marks the response as "private". It makes the response ineligible for serving other clients. Return Value Response

Router::getOption()

mixed getOption(string $key) Gets an option value. Parameters string $key The key Return Value mixed The value Exceptions InvalidArgumentException

ButtonBuilder::getData()

mixed getData() Unsupported method. Return Value mixed The initial form data

LdapClient deprecated::find()

array|null find(string $dn, string $query, mixed $filter = '*') Find a username into ldap connection. Parameters string $dn string $query mixed $filter Return Value array|null

SimpleAuthenticatorInterface::supportsToken()

supportsToken(TokenInterface $token, $providerKey) Parameters TokenInterface $token $providerKey

AbstractAdapter::commit()

commit() {@inheritdoc}

FormError::getMessageParameters()

array getMessageParameters() Returns the parameters to be inserted in the message template. Return Value array