You are here

protected function TestSmartSqlIdMap::getMigrationPluginManager in Smart SQL ID Map 1.1.x

Same name and namespace in other branches
  1. 1.0.x tests/src/Unit/TestSmartSqlIdMap.php \Drupal\Tests\smart_sql_idmap\Unit\TestSmartSqlIdMap::getMigrationPluginManager()

Returns the migration plugin manager.

@todo Inject as a dependency in https://www.drupal.org/node/2919158.

Return value

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

Overrides Sql::getMigrationPluginManager

File

tests/src/Unit/TestSmartSqlIdMap.php, line 56

Class

TestSmartSqlIdMap
A Smart SQL ID map-based plugin that can be used for testing SmartSql.

Namespace

Drupal\Tests\smart_sql_idmap\Unit

Code

protected function getMigrationPluginManager() {
  return $this->migrationPluginManager;
}