You are here

protected property Product::$fileData in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/magento/src/Plugin/migrate/source/m2/Product.php \Drupal\commerce_migrate_magento\Plugin\migrate\source\m2\Product::fileData
  2. 3.0.x modules/magento/src/Plugin/migrate/source/m2/Product.php \Drupal\commerce_migrate_magento\Plugin\migrate\source\m2\Product::fileData

Product data from the source file.

An array of product SKUs with two keys, 'configurable' and 'all'. Configurable is an array of all the SKUs for product of type 'configurable' * and 'all' is a list of all SKUs.

Type: array

File

modules/magento/src/Plugin/migrate/source/m2/Product.php, line 42

Class

Product
Gets the product rows.

Namespace

Drupal\commerce_migrate_magento\Plugin\migrate\source\m2

Code

protected $fileData = [];