Log in
Model

Type

Magento\Eav\Model\ResourceModel\Entity\Type

What it does

This resource model manages database operations for EAV entity types in Magento 2.

Developers use it to load entity type configurations by code or ID, and to retrieve the name of additional attribute tables associated with specific entity types.

It's primarily used internally by the EAV system to fetch entity type metadata from the eav_entity_type table.

Public Methods

  • loadByCode()
  • getAdditionalAttributeTable()