public function Migration::getSourceConfiguration in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::getSourceConfiguration()
- 10 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\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 674
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
public function getSourceConfiguration() {
return $this->source;
}