Format
Magento\ImportExport\Model\Source\Export\Format
What it does
This source model provides available export file format options for Magento's import/export functionality.
Developers use this class to populate dropdown menus or selection lists in the admin panel where users choose export formats (like CSV, XML, etc.).
It retrieves configured export formats from the system configuration and transforms them into an option array format suitable for form elements.
Public Methods
- toOptionArray()