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
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
removeEventListener(string|array $events, object|string $listener) Removes an event listener from the specified events. Parameters string|array $events object|string $listener
Response setPrivate() Marks the response as "private". It makes the response ineligible for serving other clients. Return Value Response
mixed getOption(string $key) Gets an option value. Parameters string $key The key Return Value mixed The value Exceptions InvalidArgumentException
mixed getData() Unsupported method. Return Value mixed The initial form data
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
supportsToken(TokenInterface $token, $providerKey) Parameters TokenInterface $token $providerKey
commit() {@inheritdoc}
array getMessageParameters() Returns the parameters to be inserted in the message template. Return Value array
Page 562 of 787