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

Breadcrumb

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

function Migration::getMigrationPluginManager

Gets the migration plugin manager.

Return value

\Drupal\migrate\Plugin\MigrationPluginManagerInterface The migration plugin manager.

File

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

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

protected function getMigrationPluginManager() {
    return $this->migrationPluginManager;
}
RSS feed
Powered by Drupal