CacheSchemaSubscriberPass
in package
implements
CompilerPassInterface
Injects Doctrine DBAL and legacy PDO adapters into their schema subscribers.
Must be run later after ResolveChildDefinitionsPass.
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- process() : mixed
- 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) : mixed
Parameters
- $container : ContainerBuilder
Return values
mixed —injectAdapters()
private
injectAdapters(ContainerBuilder $container, string $subscriberId, string $class) : mixed
Parameters
- $container : ContainerBuilder
- $subscriberId : string
- $class : string