CacheSchemaSubscriberPass
in package
implements
CompilerPassInterface
Injects Doctrine DBAL and legacy PDO adapters into their schema subscribers.
Must be run later after ResolveChildDefinitionsPass.
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.
- injectAdapters() : mixed
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
injectAdapters()
private
injectAdapters(ContainerBuilder $container, string $subscriberId, string $class) : mixed
Parameters
- $container : ContainerBuilder
- $subscriberId : string
- $class : string