function Migration::getSourceConfiguration

Get the source configuration, with at least a 'plugin' key.

Return value

array The source configuration.

Overrides MigrationInterface::getSourceConfiguration

File

core/modules/migrate/src/Plugin/Migration.php, line 762

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function getSourceConfiguration() {
  return $this->source;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.