Log in
Model

EntityPool

Magento\SalesSequence\Model\EntityPool

What it does

This class serves as a registry that stores and provides access to all Magento entities that require sequential number generation (like orders, invoices, shipments, credit memos).

Developers use this to identify which entities need auto-incrementing sequence numbers, typically when extending sales-related functionality or implementing custom sequence generators.

Public Methods

  • getEntities()