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
__construct(string $connections, string $managerTemplate, string $tagPrefix)
Constructor.
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
Please login to continue.