class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface
Registers event listeners and subscribers to the available doctrine connections.
Methods
|
__construct(string $connections, string $managerTemplate, string $tagPrefix)
Constructor. |
||
|
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code. |
Details
at line 40
public
__construct(string $connections, string $managerTemplate, string $tagPrefix)
Constructor.
at line 50
public
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.