Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | ATTRIBUTE_SET_ID_CUSTOMER = 1 |
const | ENTITY_TYPE_CUSTOMER = 'customer' |
const | DATA_INTERFACE_NAME = \Magento\Customer\Api\Data\CustomerInterface::class |
Additional Inherited Members | |
![]() | |
getAttributes ($formCode) | |
getAttributeMetadata ($attributeCode) | |
getAllAttributesMetadata () | |
getCustomAttributesMetadata ($dataInterfaceName='') | |
Interface for retrieval information about customer attributes metadata. @api
Definition at line 14 of file CustomerMetadataInterface.php.
const ATTRIBUTE_SET_ID_CUSTOMER = 1 |
Definition at line 16 of file CustomerMetadataInterface.php.
const DATA_INTERFACE_NAME = \Magento\Customer\Api\Data\CustomerInterface::class |
Definition at line 20 of file CustomerMetadataInterface.php.
const ENTITY_TYPE_CUSTOMER = 'customer' |
Definition at line 18 of file CustomerMetadataInterface.php.