AutoExpireFlashBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

NodeExtension::translateNegation()

XPathExpr translateNegation(NegationNode $node, Translator $translator) Parameters NegationNode $node Translator $translator Return Value XPathExpr

Esi::handle()

string handle(HttpCache $cache, string $uri, string $alt, bool $ignoreErrors) Handles an ESI from the cache. Parameters HttpCache $cache An HttpCache instance string $uri The main URI string $alt An alternative URI bool $ignoreErrors Whether to ignore errors or not Return Value string Exceptions RuntimeException Exception

FormConfigBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Returns the model transformers of the form. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

StubCaster::castCutArray()

static castCutArray(CutArrayStub $c, array $a, Stub $stub, $isNested) Parameters CutArrayStub $c array $a Stub $stub $isNested

MaskBuilder::add()

MaskBuilder add(mixed $mask) Adds a mask to the permission Parameters mixed $mask Return Value MaskBuilder Exceptions InvalidArgumentException

ArrayAdapter

class ArrayAdapter implements AdapterInterface, LoggerAwareInterface Traits LoggerAwareTrait Methods __construct(int $defaultLifetime, bool $storeSerialized = true) getItem($key) {@inheritdoc} getItems(array $keys = array()) {@inheritdoc} hasItem($key) {@inheritdoc} clear() {@inheritdoc} deleteItem($key) {@inheritdoc} deleteItems(array $keys) {@inheritdoc} save(CacheItemInterface $item) {@inheritdoc} saveDeferred(CacheItemInterface $item) {@in

RouterCacheWarmer

class RouterCacheWarmer implements CacheWarmerInterface Generates the router matcher and generator classes. Methods __construct(RouterInterface $router) Constructor. warmUp(string $cacheDir) Warms up the cache. bool isOptional() Checks whether this warmer is optional or not. Details __construct(RouterInterface $router) Constructor. Parameters RouterInterface $router A Router instance warmUp(string $ca

FragmentRendererPass deprecated

class FragmentRendererPass implements CompilerPassInterface deprecated since version 2.7, to be removed in 3.0. Use Symfony\Component\HttpKernel\DependencyInjection\FragmentRendererPass instead. Adds services tagged kernel.fragment_renderer as HTTP content rendering strategies. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can

AddValidatorInitializersPass

class AddValidatorInitializersPass implements CompilerPassInterface Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container