CreateControllerRegistriesPass
in package
implements
CompilerPassInterface
Creates the services of the Dashboard and CRUD controller registries. They can't be defined as normal services because they cause circular dependencies.
See https://github.com/EasyCorp/EasyAdminBundle/issues/3541.
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.
- createCrudControllerRegistryService() : void
- createDashboardControllerRegistryService() : void
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
createCrudControllerRegistryService()
private
createCrudControllerRegistryService(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
createDashboardControllerRegistryService()
private
createDashboardControllerRegistryService(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder