class CachePoolPass implementsCompilerPassInterface

Methods

void
process(ContainerBuilder$container)

You can modify the container here before it is dumped to PHP code.

static string
getServiceProvider(ContainerBuilder$container,string$name)

No description

Details

void process(ContainerBuilder$container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container

Return Value

void

staticstring getServiceProvider(ContainerBuilder$container,string$name)

Parameters

ContainerBuilder $container
string $name

Return Value

string