Log in
Interface

ExportManagementInterface

Magento\ImportExport\Api\ExportManagementInterface

What it does

This interface defines the contract for export management operations in Magento 2.

Developers implement this interface to create custom export handlers that process export requests and return exported data as a string.

It's used when building extensions that need to export catalog, customer, or other entity data programmatically.

Public Methods

  • export()