Model
CustomAttributeList
Magento\Customer\Model\Address\CustomAttributeList
What it does
This class provides a list of custom attributes for customer addresses.
Developers can extend or plugin this class to add custom address attributes beyond Magento's standard fields (street, city, region, etc.).
By default, it returns an empty array, serving as a base implementation for the CustomAttributeListInterface.
Public Methods
- getAttributes()