You are here

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

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

The number of rows in the CSV file before the data starts.

Type: integer

File

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

Class

CSVFileObject
Defines a CSV file object.

Namespace

Drupal\migrate_source_csv

Code

protected $headerRowCount = 0;