Model
Context
Magento\Eav\Model\Entity\Context
What it does
This is a context class that acts as a dependency container for EAV entity classes.
It was introduced to allow backward-compatible constructor modifications and provides access to essential services like EAV configuration, database resources, attribute sets, and transaction management that EAV entities need to function.
Public Methods
- getEavConfig()
- getResource()
- getAttributeSetEntity()
- getLocaleFormat()
- getResourceHelper()
- getUniversalFactory()
- getObjectRelationProcessor()
- getTransactionManager()