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

Go to the source code of this file.

Variables

 $magentoObjectManagerFactory = \Magento\Framework\App\Bootstrap::createObjectManagerFactory(BP, $_SERVER)
 
 $magentoObjectManager = $magentoObjectManagerFactory->create($_SERVER)
 
 $magentoComponentSequence = $magentoObjectManager->create(\Magento\Framework\Module\ModuleList\Loader::class)->load()
 

Variable Documentation

◆ $magentoComponentSequence

$magentoComponentSequence = $magentoObjectManager->create(\Magento\Framework\Module\ModuleList\Loader::class)->load()

Definition at line 13 of file moduleSequence.php.

◆ $magentoObjectManager

$magentoObjectManager = $magentoObjectManagerFactory->create($_SERVER)

Definition at line 12 of file moduleSequence.php.

◆ $magentoObjectManagerFactory

$magentoObjectManagerFactory = \Magento\Framework\App\Bootstrap::createObjectManagerFactory(BP, $_SERVER)

Definition at line 11 of file moduleSequence.php.