FormType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

WebProfilerExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

TokenInterface::hasAttribute()

bool hasAttribute(string $name) Returns true if the attribute exists. Parameters string $name The attribute name Return Value bool true if the attribute exists, false otherwise

Response::isInformational()

bool isInformational() Is response informative? Return Value bool

Component\Cache\Adapter

Classes AbstractAdapter ApcuAdapter ArrayAdapter ChainAdapter Chains several adapters together. DoctrineAdapter FilesystemAdapter ProxyAdapter RedisAdapter Interfaces AdapterInterface Interface for adapters managing instances of Symfony's {see CacheItem}.

Cookie::getName()

string getName() Gets the name of the cookie. Return Value string The cookie name

Session::getFlashBag()

FlashBagInterface getFlashBag() Gets the flashbag interface. Return Value FlashBagInterface

FormInterface::getData()

mixed getData() Returns the data in the format needed for the underlying object. Return Value mixed

NameNode

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

RouteCollection::setSchemes()

setSchemes(string|array $schemes) Sets the schemes (e.g. 'https') all child routes are restricted to. Parameters string|array $schemes The scheme or an array of schemes