Log in
Model

AbstractModel

Magento\Sales\Model\AbstractModel

What it does

This is an abstract base class for Sales module entities (orders, invoices, shipments, credit memos) that provides common functionality for handling date processing and event dispatching.

Developers would extend this class when creating custom sales-related models that need standardized event handling and API/extension attribute support.

Public Methods

  • getEventObject()