You are here

protected property MigrationState::$moduleHandler in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::moduleHandler

The field plugin manager service.

Type: \Drupal\Core\Extension\ModuleHandler

File

core/modules/migrate_drupal/src/MigrationState.php, line 149

Class

MigrationState
Determines the migrate state for all modules enabled on the source.

Namespace

Drupal\migrate_drupal

Code

protected $moduleHandler;