You are here

protected property MessageController::$migrationPluginManager in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 src/Controller/MessageController.php \Drupal\migrate_tools\Controller\MessageController::migrationPluginManager

Plugin manager for migration plugins.

Type: \Drupal\migrate\Plugin\MigrationPluginManagerInterface

File

src/Controller/MessageController.php, line 31

Class

MessageController
Returns responses for migrate_tools message routes.

Namespace

Drupal\migrate_tools\Controller

Code

protected $migrationPluginManager;