DataProvider
Magento\Customer\Model\Customer\DataProvider
What it does
This class provides customer data for Magento 2's admin UI components, specifically for customer edit forms.
Developers would use it to supply customer and address information to UI components, handling data transformation, attribute metadata, and form field configuration.
It's deprecated in favor of DataProviderWithDefaultAddresses but serves as the foundation for rendering customer data in admin forms.
Public Methods
- getData()