function MigrationInterface::getSourcePlugin

Same name in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getSourcePlugin()
  2. 10 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getSourcePlugin()
  3. 11.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getSourcePlugin()

Returns the initialized source plugin.

Return value

\Drupal\migrate\Plugin\MigrateSourceInterface The source plugin.

1 method overrides MigrationInterface::getSourcePlugin()
Migration::getSourcePlugin in core/modules/migrate/src/Plugin/Migration.php
Returns the initialized source plugin.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 112

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getSourcePlugin();

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