Interface
ColumnProviderInterface
Magento\InventoryImportExport\Model\Export\ColumnProviderInterface
What it does
This interface defines a contract for providing column headers and names for inventory export operations in Magento 2.
Developers implement this interface to customize which inventory data columns appear in exported files and how they're labeled, allowing for flexible export formatting based on attribute collections and filters.
Public Methods
- getHeaders()
- getColumns()