You are here

protected property ProcessField::$fieldPluginManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/src/Plugin/migrate/process/ProcessField.php \Drupal\field\Plugin\migrate\process\ProcessField::fieldPluginManager

The field plugin manager.

Type: \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface

File

core/modules/field/src/Plugin/migrate/process/ProcessField.php, line 59

Class

ProcessField
Get the value from a method call on a field plugin instance.

Namespace

Drupal\field\Plugin\migrate\process

Code

protected $fieldPluginManager;