Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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() | |
$magentoComponentSequence = $magentoObjectManager->create(\Magento\Framework\Module\ModuleList\Loader::class)->load() |
Definition at line 13 of file moduleSequence.php.
$magentoObjectManager = $magentoObjectManagerFactory->create($_SERVER) |
Definition at line 12 of file moduleSequence.php.
$magentoObjectManagerFactory = \Magento\Framework\App\Bootstrap::createObjectManagerFactory(BP, $_SERVER) |
Definition at line 11 of file moduleSequence.php.