Log in
Model

CreateHandler

Magento\Eav\Model\ResourceModel\CreateHandler

What it does

This class handles the creation and persistence of EAV (Entity-Attribute-Value) attribute data when a new entity is saved in Magento 2.

Developers use this class through Magento's entity manager system to automatically save custom attribute values for entities like products, categories, or customers during the create operation.

It collects non-static attribute values from the entity data and saves them to the appropriate EAV tables.

Public Methods

  • execute()