public function SpreadsheetIteratorInterface::getRowsCount in Migrate Spreadsheet 8
Same name and namespace in other branches
- 2.0.x 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 123
Class
- SpreadsheetIteratorInterface
- Provides an interface for spreadsheet iterators.
Namespace
Drupal\migrate_spreadsheetCode
public function getRowsCount();