public function SpreadsheetIterator::getConfiguration in Migrate Spreadsheet 8
Same name and namespace in other branches
- 2.0.x src/SpreadsheetIterator.php \Drupal\migrate_spreadsheet\SpreadsheetIterator::getConfiguration()
Gets the iterator configuration.
Return value
array The iterator configuration as an associative array.
Overrides SpreadsheetIteratorInterface::getConfiguration
1 call to SpreadsheetIterator::getConfiguration()
- SpreadsheetIterator::getOrigin in src/
SpreadsheetIterator.php - Retrieves the top-left origin of data area.
File
- src/
SpreadsheetIterator.php, line 136
Class
- SpreadsheetIterator
- Provides a spreadsheet iterator.
Namespace
Drupal\migrate_spreadsheetCode
public function getConfiguration() {
return $this->configuration;
}