Collection
Address\Collection
Magento\Customer\Model\ResourceModel\Address\Collection
What it does
This collection class retrieves and manages customer address records from the database.
Developers use it to load multiple customer addresses at once, typically filtering by customer ID to get all addresses for specific customers.
It extends Magento's EAV collection to handle the complex attribute-based storage of address data.
Public Methods
- setCustomerFilter()