38 private $configLoader;
50 return new $factoryClass(
65 $this->config = new \Magento\Framework\Interception\ObjectManager\Config\Compiled(
90 if ($this->configLoader) {
91 return $this->configLoader;
94 $this->configLoader = new \Magento\Framework\App\ObjectManager\ConfigLoader\Compiled();
95 return $this->configLoader;
111 ->setCurrentScope(
'global');
115 $sharedInstances[\Magento\Framework\Interception\PluginList\PluginList::class] =
$objectManager->create(
116 \
Magento\Framework\Interception\PluginListInterface::class,
getObjectManagerConfigLoader()
configureObjectManager(ConfigInterface $diConfig, &$sharedInstances)
setInterceptionConfig(\Magento\Framework\Interception\ConfigInterface $interceptionConfig)
createFactory($arguments, $factoryClass)