You are here

public function SpreadsheetIteratorInterface::getHeaderRow in Migrate Spreadsheet 8

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

Gets the header row index.

Return value

int 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 94

Class

SpreadsheetIteratorInterface
Provides an interface for spreadsheet iterators.

Namespace

Drupal\migrate_spreadsheet

Code

public function getHeaderRow();