You are here

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

Same name and namespace in other branches
  1. 8 src/Plugin/migrate/source/Spreadsheet.php \Drupal\migrate_spreadsheet\Plugin\migrate\source\Spreadsheet::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

3 calls to Spreadsheet::getConfiguration()
Spreadsheet::getIds in src/Plugin/migrate/source/Spreadsheet.php
Defines the source fields uniquely identifying a source row.
Spreadsheet::initializeIterator in src/Plugin/migrate/source/Spreadsheet.php
Initializes the iterator with the source data.
Spreadsheet::loadWorksheet in src/Plugin/migrate/source/Spreadsheet.php
Loads the worksheet.

File

src/Plugin/migrate/source/Spreadsheet.php, line 119

Class

Spreadsheet
Provides a source plugin that migrate from spreadsheet files.

Namespace

Drupal\migrate_spreadsheet\Plugin\migrate\source

Code

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