Log in
Interface

RowCustomizerInterface

Magento\CatalogImportExport\Model\Export\RowCustomizerInterface

What it does

This interface defines the contract for customizing product export rows in Magento 2.

Developers implement this interface to add custom data columns, modify export data, or handle complex product attributes during catalog export operations.

It's used when extending the default product export functionality to include additional custom fields or formatted data.

Public Methods

  • prepareData()
  • addHeaderColumns()
  • addData()
  • getAdditionalRowsCount()