You are here

protected property MigrationState::$fieldPluginManager in Drupal 9

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

The field plugin manager service.

Type: \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface

File

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

Class

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

Namespace

Drupal\migrate_drupal

Code

protected $fieldPluginManager;