Log in
Model

CustomAttributeList

Magento\Quote\Model\Quote\Address\CustomAttributeList

What it does

This class provides a default implementation for retrieving custom attributes for quote addresses in Magento 2.

Developers can extend or plugin this class to add custom attributes to quote addresses, which is useful when additional data needs to be stored beyond the standard address fields during the checkout process.

By default, it returns an empty array, serving as a placeholder for customization.

Public Methods

  • getAttributes()