Model
Form
Magento\Customer\Model\Address\Form
What it does
This class handles form operations for customer address data in Magento 2.
Developers use it to validate, extract, and process customer address information from forms, including custom EAV attributes.
It extends the base Customer Form model and specifically works with the 'customer_address' entity type for address-related form handling.