Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | DEFAULT_ENTITY_MODEL = \Magento\Eav\Model\Entity::class |
const | DEFAULT_ATTRIBUTE_MODEL = \Magento\Eav\Model\Entity\Attribute::class |
const | DEFAULT_BACKEND_MODEL = \Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend::class |
const | DEFAULT_FRONTEND_MODEL = \Magento\Eav\Model\Entity\Attribute\Frontend\DefaultFrontend::class |
const | DEFAULT_SOURCE_MODEL = \Magento\Eav\Model\Entity\Attribute\Source\Config::class |
const | DEFAULT_ENTITY_TABLE = 'eav_entity' |
const | DEFAULT_ENTITY_ID_FIELD = 'entity_id' |
EAV entity model
Definition at line 12 of file Entity.php.
__construct | ( | \Magento\Eav\Model\Entity\Context | $context, |
$data = [] |
|||
) |
Entity\Context | $context | |
array | $data | @codeCoverageIgnore |
Definition at line 33 of file Entity.php.
const DEFAULT_ATTRIBUTE_MODEL = \Magento\Eav\Model\Entity\Attribute::class |
Definition at line 16 of file Entity.php.
const DEFAULT_BACKEND_MODEL = \Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend::class |
Definition at line 18 of file Entity.php.
const DEFAULT_ENTITY_ID_FIELD = 'entity_id' |
Definition at line 26 of file Entity.php.
const DEFAULT_ENTITY_MODEL = \Magento\Eav\Model\Entity::class |
Definition at line 14 of file Entity.php.
const DEFAULT_ENTITY_TABLE = 'eav_entity' |
Definition at line 24 of file Entity.php.
const DEFAULT_FRONTEND_MODEL = \Magento\Eav\Model\Entity\Attribute\Frontend\DefaultFrontend::class |
Definition at line 20 of file Entity.php.
const DEFAULT_SOURCE_MODEL = \Magento\Eav\Model\Entity\Attribute\Source\Config::class |
Definition at line 22 of file Entity.php.