Log in
Model

CustomAttributeList

Magento\Quote\Model\Quote\Address\CustomAttributeList

What it does

This class provides a mechanism for retrieving custom attributes that can be added to quote addresses in Magento 2.

Developers would extend or plugin this class when they need to add custom fields to billing or shipping addresses during the checkout process.

By default, it returns an empty array, but it's designed to be extended by third-party modules to register additional address attributes.

Public Methods

  • getAttributes()