Log in
Interface

ExportDataHandlerInterface

Magento\Analytics\Model\ExportDataHandlerInterface

What it does

This interface defines a contract for classes that handle data collection and preparation for Magento Business Intelligence (MBI).

Developers implement this interface when creating custom handlers to export specific data sets to MBI for analytics purposes.

The prepareExportData method is called to trigger the data collection process and returns a boolean indicating success or failure.

Public Methods

  • prepareExportData()