Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ConfigInterface.php
Go to the documentation of this file.
1 <?php
7 
12 interface ConfigInterface
13 {
21  public function setRelations(RelationsInterface $relations);
22 
30  public function setCache(ConfigCacheInterface $cache);
31 
38  public function getArguments($type);
39 
46  public function isShared($type);
47 
54  public function getInstanceType($instanceName);
55 
63  public function getPreference($type);
64 
70  public function getVirtualTypes();
71 
78  public function extend(array $configuration);
79 
85  public function getPreferences();
86 }
$configuration
Definition: index.php:33
$type
Definition: item.phtml:13
setRelations(RelationsInterface $relations)