Log in
Model

Address

Magento\Customer\Model\ResourceModel\Address

What it does

This resource model handles database operations for customer addresses in Magento 2, including saving, loading, deleting, and validating customer address entities.

Developers use this class when they need to perform low-level database operations on customer addresses, though in most cases they should use the AddressRepository service contract instead.

It extends the EAV entity model to support the flexible attribute system for customer addresses.

Public Methods

  • getEntityType()
  • delete()