Log in
Model

ColumnProvider

Magento\InventoryImportExport\Model\Export\ColumnProvider

What it does

This class provides column headers and column definitions for inventory data exports in Magento 2.

Developers use it when customizing inventory export functionality to determine which attributes should be included or excluded from export files based on applied filters.

It handles the logic for skipping specific columns during the export process.

Public Methods

  • getHeaders()
  • getColumns()