You are here

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

Same name and namespace in other branches
  1. 8 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 29

Class

CSVFileObject
Defines a CSV file object.

Namespace

Drupal\migrate_source_csv

Code

protected $columnNames = [];