You are here

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

Same name and namespace in other branches
  1. 8.2 modules/csv_example/src/Plugin/migrate/source/Product.php \Drupal\commerce_migrate_csv_example\Plugin\migrate\source\Product::file
  2. 3.0.x modules/csv_example/src/Plugin/migrate/source/Product.php \Drupal\commerce_migrate_csv_example\Plugin\migrate\source\Product::file

The file object that reads the CSV file.

Type: \SplFileObject

File

modules/csv_example/src/Plugin/migrate/source/Product.php, line 27

Class

Product
Builds the product rows.

Namespace

Drupal\commerce_migrate_csv_example\Plugin\migrate\source

Code

protected $file = NULL;