Documentation

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
author

Javier Eguiluz javier.eguiluz@gmail.com

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


        
On this page

Search results