Log in
Model

LoadHandler

Magento\Quote\Model\QuoteRepository\LoadHandler

What it does

This class handles the loading and enrichment of quote (shopping cart) data in Magento 2.

It prepares quote objects by setting visible items and attaching shipping assignment information as extension attributes.

Developers typically don't call this directly - it's used internally by the QuoteRepository when retrieving cart data to ensure all necessary related information is loaded.

Public Methods

  • load()