ConfigureDependencyFactoryPass
in package
implements
CompilerPassInterface
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- process() : void
- You can modify the container here before it is dumped to PHP code.
- validatePreferredConnection() : void
- validatePreferredEm() : void
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
Return values
void —validatePreferredConnection()
private
validatePreferredConnection(ContainerBuilder $container, string $preferredConnection) : void
Parameters
- $container : ContainerBuilder
- $preferredConnection : string
Return values
void —validatePreferredEm()
private
validatePreferredEm(ContainerBuilder $container, string $preferredEm) : void
Parameters
- $container : ContainerBuilder
- $preferredEm : string