Model
Store
Magento\Eav\Model\Entity\Store
What it does
This class manages entity-specific increment ID sequences for different stores in Magento's EAV system.
Developers use it to load and store increment prefixes and last used IDs for entity types (like orders, invoices, credit memos) on a per-store basis, ensuring each store can have its own numbering sequence for entities.
Public Methods
- loadByEntityStore()