Entry current() Fetches the current entry. Return Value Entry
getScripts()
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.
static handleFatalError(array $error = null) Shutdown registered function for handling PHP fatal errors. Parameters array $error An array as returned by errorgetlast()
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
string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one exists. Parameters string $tokenId The token ID Return Value string|null Returns the removed token value if one existed, NULL otherwise
addSurrogateCapability(Request $request) Adds ESI/1.0 capability to the given Request. Parameters Request $request A Request instance
setAttributes(array $attributes) Parameters array $attributes
close() Closes file handles and pipes.
finish() Finishes the progress output.
Page 641 of 787