Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ObjectManagerInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Framework;
7 
13 {
21  public function create($type, array $arguments = []);
22 
29  public function get($type);
30 
37  public function configure(array $configuration);
38 }
$configuration
Definition: index.php:33
$type
Definition: item.phtml:13
create($type, array $arguments=[])
$arguments