CsrfTokenManager::removeToken()

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

Esi::addSurrogateCapability()

addSurrogateCapability(Request $request) Adds ESI/1.0 capability to the given Request. Parameters Request $request A Request instance

BaseNode::setAttributes()

setAttributes(array $attributes) Parameters array $attributes

ProcessPipes::close()

close() Closes file handles and pipes.

ProgressBar::finish()

finish() Finishes the progress output.

NativeSessionStorage::setName()

setName(string $name) Sets the session name. Parameters string $name

DbalSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

VariadicValueResolver

class VariadicValueResolver implements ArgumentValueResolverInterface Yields a variadic argument's values from the request attributes. Methods bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Details bool supports(Request $request, ArgumentMetadata $argument) W

RequestDataCollector::getLocale()

getLocale()

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the Security component.