Log in
Helper

Data

Magento\DownloadableImportExport\Helper\Data

What it does

This helper class provides utility methods for importing and exporting downloadable products in Magento 2.

Developers use it to validate downloadable product data during import, check if required link/sample fields are present, merge existing options with new data, and determine whether a downloadable resource is a file or URL.

It's primarily used by the DownloadableImportExport module during CSV product imports.

Public Methods

  • isRowDownloadableEmptyOptions()
  • isRowDownloadableNoValid()
  • fillExistOptions()
  • prepareDataForSave()
  • getTypeByValue()