CachePoolPass
in package
implements
CompilerPassInterface
Tags
Table of Contents
Interfaces
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Methods
- process() : void
- You can modify the container here before it is dumped to PHP code.
- getNamespace() : string
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
getNamespace()
private
getNamespace(string $seed, string $id) : string
Parameters
- $seed : string
- $id : string