Log in
Model

LoadHandler

Magento\Quote\Model\QuoteRepository\LoadHandler

What it does

This class handles the loading and enrichment of quote (shopping cart) data after it's retrieved from the repository.

It populates extension attributes like shipping assignments and ensures all visible items are properly loaded, making the quote object fully ready for checkout operations.

Developers typically don't call this directly as it's automatically invoked by the QuoteRepository when loading quotes.

Public Methods

  • load()