public function SpreadsheetIteratorInterface::getConfiguration in Migrate Spreadsheet 8
Same name and namespace in other branches
- 2.0.x src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::getConfiguration()
Gets the iterator configuration.
Return value
array The iterator configuration as an associative array.
1 method overrides SpreadsheetIteratorInterface::getConfiguration()
- SpreadsheetIterator::getConfiguration in src/
SpreadsheetIterator.php - Gets the iterator configuration.
File
- src/
SpreadsheetIteratorInterface.php, line 43
Class
- SpreadsheetIteratorInterface
- Provides an interface for spreadsheet iterators.
Namespace
Drupal\migrate_spreadsheetCode
public function getConfiguration();