You are here

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

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

Gets the total number of rows in the worksheet.

Return value

int The total number of rows in the worksheet.

1 method overrides SpreadsheetIteratorInterface::getRowsCount()
SpreadsheetIterator::getRowsCount in src/SpreadsheetIterator.php
Gets the total number of rows in the worksheet.

File

src/SpreadsheetIteratorInterface.php, line 127

Class

SpreadsheetIteratorInterface
Provides an interface for spreadsheet iterators.

Namespace

Drupal\migrate_spreadsheet

Code

public function getRowsCount() : int;