Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
EnvironmentInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Framework\App;
8 
12 
17 {
23  public function getMode();
24 
30  public function getDiConfig();
31 
38  public function getObjectManagerFactory($arguments);
39 
45  public function getObjectManagerConfigLoader();
46 
52  public function configureObjectManager(ConfigInterface $diConfig, &$sharedInstances);
53 }
configureObjectManager(ConfigInterface $diConfig, &$sharedInstances)
$arguments