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
Indexer
Address
AttributeProvider.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Customer\Model\Indexer\Address
;
7
8
use
Magento\Customer\Model\ResourceModel\Address\Attribute\Collection
;
9
use
Magento\Eav\Model\Config
;
10
use
Magento\Eav\Model\Entity\Attribute
;
11
12
class
AttributeProvider
extends
\Magento\Customer\Model\Indexer\AttributeProvider
13
{
17
const
ENTITY
=
'customer_address'
;
18
22
public
function
__construct
(
23
Config
$eavConfig
24
) {
25
parent::__construct(
$eavConfig
);
26
}
27
}
Magento\Customer\Model\ResourceModel\Address\Attribute\Collection
Definition:
Collection.php:14
Magento\Customer\Model\Indexer\AttributeProvider
Definition:
AttributeProvider.php:13
Magento\Customer\Model\Indexer\Address\AttributeProvider\ENTITY
const ENTITY
Definition:
AttributeProvider.php:17
Magento\Customer\Model\Indexer\Address
Definition:
AttributeProvider.php:6
Magento\Customer\Model\Indexer\Address\AttributeProvider\__construct
__construct(Config $eavConfig)
Definition:
AttributeProvider.php:22
Magento\Eav\Model\Entity\Attribute
Magento\Eav\Model\Config
Definition:
Config.php:18
Magento\Customer\Model\Indexer\Address\AttributeProvider
Definition:
AttributeProvider.php:12
Magento\Customer\Model\Indexer\AttributeProvider\$eavConfig
$eavConfig
Definition:
AttributeProvider.php:28