Log in
Model

AbstractEntity

Magento\Eav\Model\Entity\VersionControl\AbstractEntity

What it does

This abstract class extends Magento's standard EAV entity model to add version control capabilities.

It tracks changes to entities using snapshots, only saving modified data to improve performance and prevent unnecessary database writes.

Developers would extend this class when creating custom EAV entities that need optimized save operations with change tracking.

Public Methods

  • save()