|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (MetadataPool $metadataPool, AttributeRepositoryInterface $attributeRepository, SearchCriteriaBuilder $searchCriteriaBuilder) | |
| getAttributes ($entityType) | |
Protected Attributes | |
| $metadataPool | |
| $attributeRepository | |
| $searchCriteriaBuilder | |
Class EntitySnapshot
Definition at line 17 of file AttributeProvider.php.
| __construct | ( | MetadataPool | $metadataPool, |
| AttributeRepositoryInterface | $attributeRepository, | ||
| SearchCriteriaBuilder | $searchCriteriaBuilder | ||
| ) |
AttributeProvider constructor.
| MetadataPool | $metadataPool | |
| AttributeRepositoryInterface | $attributeRepository | |
| SearchCriteriaBuilder | $searchCriteriaBuilder |
Definition at line 41 of file AttributeProvider.php.
| getAttributes | ( | $entityType | ) |
Returns array of fields
| string | $entityType |
Implements AttributeProviderInterface.
Definition at line 58 of file AttributeProvider.php.
|
protected |
Definition at line 27 of file AttributeProvider.php.
|
protected |
Definition at line 22 of file AttributeProvider.php.
|
protected |
Definition at line 32 of file AttributeProvider.php.