Model
Address
Magento\Customer\Model\ResourceModel\Address
What it does
This class manages database operations for customer address entities in Magento 2.
Developers use this resource model to save, delete, and validate customer addresses, handling the persistence layer for address data including EAV attributes.
It ensures addresses are properly validated before saving and maintains relationships with customer entities when addresses are deleted.
Public Methods
- getEntityType()
- delete()