Log in
Model

Address

Magento\Sales\Model\ResourceModel\Order\Address

What it does

This class manages database operations for order addresses in Magento 2.

Developers use it to save, load, validate, and retrieve order billing and shipping address data from the sales_order_address table.

It provides attribute configuration for address fields and ensures data integrity through validation before saving.

Public Methods

  • getAllAttributes()