You are here

public function SpreadsheetIterator::getConfiguration in Migrate Spreadsheet 2.0.x

Same name and namespace in other branches
  1. 8 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 138

Class

SpreadsheetIterator
Provides a spreadsheet iterator.

Namespace

Drupal\migrate_spreadsheet

Code

public function getConfiguration() : array {
  return $this->configuration;
}