AbstractCustomer
Magento\CustomerImportExport\Model\Import\AbstractCustomer
What it does
This abstract class serves as the foundation for importing customer-related data in Magento 2, providing core validation and storage management functionality.
Developers extend this class when creating custom customer or customer address import models, as it handles email validation, website validation, and customer lookup operations.
It's used internally by Magento's customer import feature and can be extended for custom customer data import implementations.
Public Methods
- validateRow()
- getCustomerStorage()