Log in
Model

Increment

Magento\Sales\Model\Increment

What it does

This deprecated class manages the generation and retrieval of sequential increment IDs for sales orders.

Developers historically used it to get the next available order number for a specific store, though it's now deprecated and should be replaced with Magento's newer sequence management system.

Public Methods

  • getCurrentValue()
  • getNextValue()