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
module-customer
Model
Address
Config
Reader.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Customer\Model\Address\Config
;
9
10
class
Reader
extends
\Magento\Framework\Config\Reader\Filesystem
11
{
18
public
function
__construct
(
19
\
Magento
\Framework\
Config
\FileResolverInterface $fileResolver,
20
Converter
$converter,
21
SchemaLocator
$schemaLocator,
22
\
Magento
\Framework\
Config
\ValidationStateInterface
$validationState
23
) {
24
parent::__construct(
25
$fileResolver,
26
$converter,
27
$schemaLocator,
28
$validationState
,
29
'address_formats.xml'
,
30
[
'/config/format'
=>
'code'
]
31
);
32
}
33
}
Magento\Customer\Model\Address\Config\Reader\__construct
__construct(\Magento\Framework\Config\FileResolverInterface $fileResolver, Converter $converter, SchemaLocator $schemaLocator, \Magento\Framework\Config\ValidationStateInterface $validationState)
Definition:
Reader.php:18
Magento\Customer\Model\Address\Config
Definition:
Config.php:16
Magento\Customer\Model\Address\Config\SchemaLocator
Definition:
SchemaLocator.php:12
Magento
Magento\Framework\Config\Reader\Filesystem\$validationState
$validationState
Definition:
Filesystem.php:71
Magento\Customer\Model\Address\Config
Definition:
Converter.php:8
Magento\Customer\Model\Address\Config\Converter
Definition:
Converter.php:10
Magento\Framework\Module\Dir\Reader
Definition:
Reader.php:20