You are here

protected property CSVFileObject::$columnNames in Migrate Source CSV 8

Same name and namespace in other branches
  1. 8.2 src/CSVFileObject.php \Drupal\migrate_source_csv\CSVFileObject::columnNames

The human-readable column headers, keyed by column index in the CSV.

Type: array

File

src/CSVFileObject.php, line 33
Contains \Drupal\migrate_source_csv\CSVFileObject.php.

Class

CSVFileObject
Defines a CSV file object.

Namespace

Drupal\migrate_source_csv

Code

protected $columnNames = [];