Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
application.config.php File Reference

Go to the source code of this file.

Variables

 return ['modules'=> ['Magento\Setup',], 'module_listener_options'=> ['module_paths'=> [__DIR__ . '/../src',], 'config_glob_paths'=> [__DIR__ . '/autoload/{, *.}{global, local}.php',],], 'listeners'=> [InitParamListener::class], 'service_manager'=> ['factories'=> [DiAbstractServiceFactory::class=> DiAbstractServiceFactoryFactory::class, InitParamListener::BOOTSTRAP_PARAM=> InitParamListener::class,],], 'required_services'=> [DiAbstractServiceFactory::class]]
 

Variable Documentation

◆ return

return[ 'modules'=> [ 'Magento\Setup',], 'module_listener_options'=> [ 'module_paths'=> [ __DIR__ . '/../src',], 'config_glob_paths'=> [ __DIR__ . '/autoload/{, *.}{global, local}.php',],], 'listeners'=> [ InitParamListener::class], 'service_manager'=> [ 'factories'=> [ DiAbstractServiceFactory::class=> DiAbstractServiceFactoryFactory::class, InitParamListener::BOOTSTRAP_PARAM=> InitParamListener::class,],], 'required_services'=> [ DiAbstractServiceFactory::class]]

Definition at line 36 of file application.config.php.