LogoutUrlExtension deprecated::getName()

getName() {@inheritdoc}

XPathExpr::addCondition()

XPathExpr addCondition($condition) Parameters $condition Return Value XPathExpr

Session::remove()

mixed remove(string $name) Removes an attribute. Parameters string $name Return Value mixed The removed value or null when it does not exist

SessionInterface::start()

bool start() Starts the session storage. Return Value bool True if session started Exceptions RuntimeException If session fails to start.

Bundle\TwigBundle\TokenParser

Classes RenderTokenParser Token Parser for the render tag.

StringUtil::fqcnToBlockPrefix()

static string|null fqcnToBlockPrefix(string $fqcn) Converts a fully-qualified class name to a block prefix. Parameters string $fqcn The fully-qualified class name Return Value string|null The block prefix or null if not a valid FQCN

MetadataBag::initialize()

initialize(array $array) Initializes the Bag. Parameters array $array

MetadataBag::stampNew()

stampNew(int $lifetime = null) Stamps a new session's metadata. Parameters int $lifetime Sets the cookie lifetime for the session cookie. A null value will leave the system settings unchanged, 0 sets the cookie to expire with browser session. Time is in seconds, and is not a Unix timestamp.

Button::getParent()

FormInterface|null getParent() Returns the parent form. Return Value FormInterface|null The parent form or null if there is none

Client::followRedirects()

followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. Parameters bool $followRedirect Whether to follow redirects