Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrationInterface.php

function 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 119

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getSourcePlugin();
RSS feed
Powered by Drupal