string getUsername() Returns the username used to authenticate the user. Return Value string The username
Response setPrivate() Marks the response as "private". It makes the response ineligible for serving other clients. Return Value Response
removeEventListener(string|array $events, object|string $listener) Removes an event listener from the specified events. Parameters string|array $events object|string $listener
evaluate($functions, $values) Parameters $functions $values
string getName() Returns the name of this type. Return Value string The name of this type
bool hasType(string $name) Returns whether the given type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported by this extension
string|array getTargets() Returns whether the constraint can be put onto classes, properties or both. This method should return one or more of the constants Constraint::CLASSCONSTRAINT and Constraint::PROPERTYCONSTRAINT. Return Value string|array One or more constant values
class GroupSequenceProvider Annotation to define a group sequence provider.
FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser
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
Page 221 of 787