You are here

public function SpreadsheetIteratorInterface::getHeaderRow in Migrate Spreadsheet 2.0.x

Same name and namespace in other branches
  1. 8 src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::getHeaderRow()

Gets the header row index.

Return value

int|null The header row index.

1 method overrides SpreadsheetIteratorInterface::getHeaderRow()
SpreadsheetIterator::getHeaderRow in src/SpreadsheetIterator.php
Gets the header row index.

File

src/SpreadsheetIteratorInterface.php, line 98

Class

SpreadsheetIteratorInterface
Provides an interface for spreadsheet iterators.

Namespace

Drupal\migrate_spreadsheet

Code

public function getHeaderRow() : ?int;