Request::getPassword()

string|null getPassword() Returns the password. Return Value string|null

Shell deprecated::setProcessIsolation()

setProcessIsolation($processIsolation) Parameters $processIsolation

DumperCollection::setAttributes()

setAttributes(array $attributes) Sets multiple attributes. Parameters array $attributes The attributes

EntityFactory::getKey()

getKey()

PhpDocExtractor::getShortDescription()

string|null getShortDescription(string $class, string $property, array $context = array()) Gets the short description of the property. Parameters string $class string $property array $context Return Value string|null

NodeDefinition::validate()

ExprBuilder validate() Sets an expression to run for the validation. The expression receives the value of the node and must return it. It can modify it. An exception should be thrown when the node is not valid. Return Value ExprBuilder

TemplateNameParserInterface

interface TemplateNameParserInterface TemplateNameParserInterface converts template names to TemplateReferenceInterface instances. Methods TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface instance. Details TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface instance. Parameters string|T

TemplateNameParser

class TemplateNameParser extends TemplateNameParser TemplateNameParser converts template names from the short notation "bundle:section:template.format.engine" to TemplateReferenceInterface instances. Methods TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface instance. __construct(KernelInterface $kernel) Constructor. Details TemplateReferenceInterface parse(string|TemplateR

FlashBagInterface::all()

array all() Gets and clears flashes from the stack. Return Value array

ContainerBuilder::setResources()

ContainerBuilder setResources(array $resources) Sets the resources for this configuration. Parameters array $resources An array of resources Return Value ContainerBuilder The current instance