public function SpreadsheetIteratorInterface::getOrigin in Migrate Spreadsheet 2.0.x
Same name and namespace in other branches
- 8 src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::getOrigin()
Retrieves the top-left origin of data area.
Return value
string The top-left cell of data area (such as A2 or B5).
1 method overrides SpreadsheetIteratorInterface::getOrigin()
- SpreadsheetIterator::getOrigin in src/
SpreadsheetIterator.php - Retrieves the top-left origin of data area.
File
- src/
SpreadsheetIteratorInterface.php, line 66
Class
- SpreadsheetIteratorInterface
- Provides an interface for spreadsheet iterators.
Namespace
Drupal\migrate_spreadsheetCode
public function getOrigin() : string;