Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data Fields
CustomerMetadataInterface Interface Reference
Inheritance diagram for CustomerMetadataInterface:
MetadataInterface MetadataServiceInterface CustomerCachedMetadata CustomerMetadata

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

Detailed Description

Interface for retrieval information about customer attributes metadata. @api

Since
100.0.2

Definition at line 14 of file CustomerMetadataInterface.php.

Field Documentation

◆ ATTRIBUTE_SET_ID_CUSTOMER

const ATTRIBUTE_SET_ID_CUSTOMER = 1

Definition at line 16 of file CustomerMetadataInterface.php.

◆ DATA_INTERFACE_NAME

const DATA_INTERFACE_NAME = \Magento\Customer\Api\Data\CustomerInterface::class

Definition at line 20 of file CustomerMetadataInterface.php.

◆ ENTITY_TYPE_CUSTOMER

const ENTITY_TYPE_CUSTOMER = 'customer'

Definition at line 18 of file CustomerMetadataInterface.php.


The documentation for this interface was generated from the following file: