protected property MigrationState::$fieldPluginManager in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate_drupal/src/MigrationState.php \Drupal\migrate_drupal\MigrationState::fieldPluginManager
- 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_drupalCode
protected $fieldPluginManager;