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-directory
Model
Country
Postcode
Config.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Directory\Model\Country\Postcode
;
7
8
class
Config
implements
ConfigInterface
9
{
13
protected
$dataStorage
;
14
18
public
function
__construct
(\
Magento
\Directory\Model\
Country
\Postcode\
Config
\Data
$dataStorage
)
19
{
20
$this->dataStorage =
$dataStorage
;
21
}
22
26
public
function
getPostCodes
()
27
{
28
return
$this->dataStorage->get();
29
}
30
}
Magento\Directory\Model\Country\Postcode
Magento\Directory\Model\Country\Postcode\ConfigInterface
Definition:
ConfigInterface.php:11
Magento\Directory\Model\Country\Postcode\Config\__construct
__construct(\Magento\Directory\Model\Country\Postcode\Config\Data $dataStorage)
Definition:
Config.php:18
Magento\Directory\Model\Country
Definition:
Country.php:19
Magento\Directory\Model\Country\Postcode\Config\$dataStorage
$dataStorage
Definition:
Config.php:13
Magento
Magento\Directory\Model\Country\Postcode\Config\getPostCodes
getPostCodes()
Definition:
Config.php:26
Magento\Directory\Model\Country\Postcode\Config
Definition:
Config.php:8