Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ConfigFactory.php
Go to the documentation of this file.
1 <?php
9 
14 {
18  protected $_objectManager;
19 
24  {
25  $this->_objectManager = $objectManager;
26  }
27 
34  public function create(array $arguments = [])
35  {
36  return $this->_objectManager->create(\Magento\Framework\App\Language\Config::class, $arguments);
37  }
38 }
$objectManager
Definition: bootstrap.php:17
__construct(\Magento\Framework\ObjectManagerInterface $objectManager)
$arguments