ExecutionContextInterface::getGroup()

string getGroup() Returns the validation group that is currently being validated. Return Value string The current validation group

AbstractToken::eraseCredentials()

eraseCredentials() Removes sensitive information from the token.

ScriptDataProvider::getScripts()

getScripts()

Form::offsetUnset()

offsetUnset(string $name) Removes the child with the given name from the form (implements the \ArrayAccess interface). Parameters string $name The name of the child to remove Exceptions AlreadySubmittedException If the form has already been submitted.

ErrorHandler::handleFatalError()

static handleFatalError(array $error = null) Shutdown registered function for handling PHP fatal errors. Parameters array $error An array as returned by errorgetlast()

Request::setFactory()

static setFactory(callable|null $callable) Sets a callable able to create a Request instance. This is mainly useful when you need to override the Request class to keep BC with an existing system. It should not be used for any other purpose. Parameters callable|null $callable A PHP callable

EncoderInterface

interface EncoderInterface Defines the interface of encoders. Methods scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Details scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. Parameters mixed $data Data to encode string $format Form

DigestData::validateAndDecode()

validateAndDecode($entryPointKey, $expectedRealm) Parameters $entryPointKey $expectedRealm

FormBuilderInterface::create()

FormBuilderInterface create(string $name, string|null $type = null, array $options = array()) Creates a form builder. Parameters string $name The name of the form or the name of the property string|null $type The type of the form or null if name is a property array $options The options Return Value FormBuilderInterface The created builder

BaseNode::setAttributes()

setAttributes(array $attributes) Parameters array $attributes