Log in
Model

Config

Magento\Eav\Model\ResourceModel\Config

What it does

This resource model handles database operations for EAV entity type configuration data.

Developers use it to retrieve entity type information and their associated attributes from the database, particularly when setting up or configuring EAV entities like products, customers, or categories.

It caches entity type and attribute data statically to improve performance when accessing EAV configuration.

Public Methods

  • fetchEntityTypeData()