Log in
Interface

CustomAttributeListInterface

Magento\Customer\Model\Address\CustomAttributeListInterface

What it does

This interface defines a contract for retrieving custom attributes that have been added to customer addresses.

Developers implement this interface when they need to programmatically access or manage custom address attributes beyond Magento's default fields like street, city, and postal code.

It's commonly used in address rendering, validation, or when extending address functionality with custom data fields.

Public Methods

  • getAttributes()