You are here

public function MigrateHelper::__construct in Panopoly Core 8.2

Constructs the migration helper server.

Parameters

\Drupal\migrate\Plugin\MigrationPluginManagerInterface $migration_manager: The migration manager.

File

src/MigrateHelper.php, line 35

Class

MigrateHelper
Service with some helper functions for working with migrate.

Namespace

Drupal\panopoly_core

Code

public function __construct(MigrationPluginManagerInterface $migration_manager) {
  $this->migrationManager = $migration_manager;
}