ResponseHeaderBag::getCookies()

array getCookies(string $format = self::COOKIES_FLAT) Returns an array with all cookies. Parameters string $format Return Value array Exceptions InvalidArgumentException When the $format is invalid

SessionHelper::getFlashes()

getFlashes()

FormRenderer::renderBlock()

string renderBlock(FormView $view, string $blockName, array $variables = array()) Renders a named block of the form theme. Parameters FormView $view The view for which to render the block string $blockName The name of the block array $variables The variables to pass to the template Return Value string The HTML markup

GuardAuthenticatorInterface::getUser()

UserInterface|null getUser(mixed $credentials, UserProviderInterface $userProvider) Return a UserInterface object based on the credentials. The credentials are the return value from getCredentials() You may throw an AuthenticationException if you wish. If you return null, then a UsernameNotFoundException is thrown for you. Parameters mixed $credentials UserProviderInterface $userProvider Return Value UserInterface|null Exceptions AuthenticationException

ResourceCaster::castStreamContext()

static castStreamContext($stream, array $a, Stub $stub, $isNested) Parameters $stream array $a Stub $stub $isNested

LdapInterface::bind()

bind(string $dn = null, string $password = null) Return a connection bound to the ldap. Parameters string $dn A LDAP dn string $password A password Exceptions ConnectionException If dn / password could not be bound.

BinaryNode

class BinaryNode extends Node Properties $nodes from Node $attributes from Node Methods __construct($operator, Node $left, Node $right) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct($operator, Node $left, Node $right) Constructor. Parameters $operator Node $left Node $right __toString()

SplCaster::castHeap()

static castHeap(Iterator $c, array $a, Stub $stub, $isNested) Parameters Iterator $c array $a Stub $stub $isNested

AttributeMetadataInterface

interface AttributeMetadataInterface Stores metadata needed for serializing and deserializing attributes. Primarily, the metadata stores serialization groups. Methods string getName() Gets the attribute name. addGroup(string $group) Adds this attribute to the given group. string[] getGroups() Gets groups of this attribute. setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute. int|null getMaxDepth() Gets the serialization max depth for th

IdentityTranslator::setLocale()

setLocale(string $locale) Sets the current locale. Parameters string $locale The locale Exceptions InvalidArgumentException If the locale contains invalid characters