Model
CustomAttributesMapper
Magento\Eav\Model\CustomAttributesMapper
What it does
This mapper class converts custom EAV attributes between entity data objects and database format.
Developers use this when working with EAV entities to automatically transform custom attributes from flat arrays into structured custom_attributes arrays (and vice versa) during save and load operations.
Public Methods
- entityToDatabase()
- databaseToEntity()