function TestMigration::setMigrationPluginManager
Sets the plugin manager service.
Parameters
\Drupal\migrate\Plugin\MigrationPluginManagerInterface $plugin_manager: The plugin manager service.
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrationTest.php, line 257
Class
- TestMigration
- Defines the TestMigration class.
Namespace
Drupal\Tests\migrate\UnitCode
public function setMigrationPluginManager(MigrationPluginManagerInterface $plugin_manager) {
$this->migrationPluginManager = $plugin_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.