You are here

public function SpreadsheetIteratorInterface::getConfiguration in Migrate Spreadsheet 8

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

Code

public function getConfiguration();