|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| restore (ObjectManager $objectManager, $directoryList, array $arguments) | |
Public Member Functions inherited from ObjectManagerFactory | |
| __construct (DirectoryList $directoryList, DriverPool $driverPool, ConfigFilePool $configFilePool) | |
Protected Member Functions | |
| _loadPrimaryConfig (DirectoryList $directoryList, $driverPool, $argumentMapper, $appMode) | |
Protected Member Functions inherited from ObjectManagerFactory | |
| createDeploymentConfig (DirectoryList $directoryList, ConfigFilePool $configFilePool, array $arguments) | |
| createArgumentInterpreter (\Magento\Framework\Stdlib\BooleanUtils $booleanUtils) | |
| _loadPrimaryConfig (DirectoryList $directoryList, $driverPool, $argumentMapper, $appMode) | |
| _createPluginList (\Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Framework\ObjectManager\RelationsInterface $relations, \Magento\Framework\ObjectManager\DefinitionFactory $definitionFactory, \Magento\Framework\ObjectManager\Config\Config $diConfig, \Magento\Framework\ObjectManager\DefinitionInterface $definitions) | |
Protected Attributes | |
| $_locatorClassName = \Magento\TestFramework\ObjectManager::class | |
| $_configClassName = \Magento\TestFramework\ObjectManager\Config::class | |
| $envFactoryClassName = \Magento\TestFramework\App\EnvironmentFactory::class | |
| $_primaryConfigData = null | |
Protected Attributes inherited from ObjectManagerFactory | |
| $_locatorClassName = \Magento\Framework\App\ObjectManager::class | |
| $_configClassName = \Magento\Framework\Interception\ObjectManager\ConfigInterface::class | |
| $envFactoryClassName = \Magento\Framework\App\EnvironmentFactory::class | |
| $directoryList | |
| $driverPool | |
| $configFilePool | |
| $factory | |
Additional Inherited Members | |
Data Fields inherited from ObjectManagerFactory | |
| const | INIT_PARAM_DEPLOYMENT_CONFIG_FILE = 'MAGE_CONFIG_FILE' |
| const | INIT_PARAM_DEPLOYMENT_CONFIG = 'MAGE_CONFIG' |
Class ObjectManagerFactory
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 17 of file ObjectManagerFactory.php.
|
protected |
Load primary config
| \Magento\Framework\App\Filesystem\DirectoryList | $directoryList | |
| DriverPool | $driverPool | |
| mixed | $argumentMapper | |
| string | $appMode |
Definition at line 82 of file ObjectManagerFactory.php.
| restore | ( | ObjectManager | $objectManager, |
| $directoryList, | |||
| array | $arguments | ||
| ) |
Restore locator instance
| ObjectManager | $objectManager | |
| DirectoryList | $directoryList | |
| array | $arguments |
Definition at line 51 of file ObjectManagerFactory.php.
|
protected |
Definition at line 31 of file ObjectManagerFactory.php.
|
protected |
Definition at line 24 of file ObjectManagerFactory.php.
|
protected |
Definition at line 41 of file ObjectManagerFactory.php.
|
protected |
Definition at line 36 of file ObjectManagerFactory.php.