setProcessIsolation($processIsolation) Parameters $processIsolation
setAttributes(array $attributes) Sets multiple attributes. Parameters array $attributes The attributes
getKey()
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
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
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
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
array all() Gets and clears flashes from the stack. Return Value array
ContainerBuilder setResources(array $resources) Sets the resources for this configuration. Parameters array $resources An array of resources Return Value ContainerBuilder The current instance
loadClassCache(string $name = 'classes', string $extension = '.php') Loads the PHP class cache. This methods only registers the fact that you want to load the cache classes. The cache will actually only be loaded when the Kernel is booted. That optimization is mainly useful when using the HttpCache class in which case the class cache is not loaded if the Response is in the cache. Parameters string $name The cache name prefix string $extension File extension of the resulting file
Page 335 of 787