Log in
Model

Quote

Magento\Backend\Model\Session\Quote

What it does

This class manages the admin quote session when creating or editing orders in the Magento backend.

It maintains state for the current quote, store, and order being worked on, allowing admin users to build orders for customers.

Developers would interact with this when customizing the admin order creation process or when building custom order management features.

Public Methods

  • _resetState()
  • getQuote()
  • getStore()
  • getOrder()