You are here

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

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

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

Type: int

File

src/CSVFileObject.php, line 22

Class

CSVFileObject
Defines a CSV file object.

Namespace

Drupal\migrate_source_csv

Code

protected $headerRowCount = 0;