Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
ObjectManager
ConfigInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\ObjectManager
;
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
}
Magento\Framework\ObjectManager\ConfigInterface\getArguments
getArguments($type)
Magento\Framework\ObjectManager\ConfigInterface\getPreferences
getPreferences()
Magento\Framework\ObjectManager\ConfigInterface
Definition:
ConfigInterface.php:12
Magento\Framework\ObjectManager\ConfigInterface\getVirtualTypes
getVirtualTypes()
$configuration
$configuration
Definition:
index.php:33
Magento\Framework\ObjectManager
$type
$type
Definition:
item.phtml:13
Magento\Framework\ObjectManager\ConfigInterface\setCache
setCache(ConfigCacheInterface $cache)
Magento\Framework\ObjectManager\ConfigInterface\isShared
isShared($type)
Magento\Framework\ObjectManager\ConfigInterface\setRelations
setRelations(RelationsInterface $relations)
$cache
$cache
Definition:
application_cache.php:8
Magento\Framework\ObjectManager\RelationsInterface
Definition:
RelationsInterface.php:12
Magento\Framework\ObjectManager\ConfigInterface\getPreference
getPreference($type)
Magento\Framework\ObjectManager\ConfigCacheInterface
Definition:
ConfigCacheInterface.php:12
Magento\Framework\ObjectManager\ConfigInterface\getInstanceType
getInstanceType($instanceName)
Magento\Framework\ObjectManager\ConfigInterface\extend
extend(array $configuration)