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
Api
ExtensionAttribute
Config.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Api\ExtensionAttribute
;
7
8
use
Magento\Framework\Config\CacheInterface
;
9
use
Magento\Framework\Api\ExtensionAttribute\Config\Reader
;
10
use
Magento\Framework\Serialize\SerializerInterface
;
11
15
class
Config
extends
\Magento\Framework\Config\Data
16
{
20
const
CACHE_ID
=
'extension_attributes_config'
;
21
30
public
function
__construct
(
31
Reader
$reader,
32
CacheInterface
$cache,
33
$cacheId = self::CACHE_ID,
34
SerializerInterface
$serializer =
null
35
) {
36
parent::__construct($reader,
$cache
, $cacheId,
$serializer
);
37
}
38
}
Magento\Framework\Api\ExtensionAttribute\Config
Definition:
Config.php:15
$serializer
$serializer
Definition:
quote_with_payment_saved.php:10
Magento\Framework\Api\ExtensionAttribute\Config\CACHE_ID
const CACHE_ID
Definition:
Config.php:20
Magento\Framework\Api\ExtensionAttribute
Magento\Framework\Serialize\SerializerInterface
Definition:
SerializerInterface.php:14
Magento\Framework\Api\ExtensionAttribute\Config\Reader
Definition:
Reader.php:8
Magento\Framework\Api\ExtensionAttribute\Config\__construct
__construct(Reader $reader, CacheInterface $cache, $cacheId=self::CACHE_ID, SerializerInterface $serializer=null)
Definition:
Config.php:30
$cache
$cache
Definition:
application_cache.php:8
Magento\Framework\Config\Data
Definition:
Data.php:18
Magento\Framework\Config\CacheInterface
Definition:
CacheInterface.php:16