You are here

protected property FieldUninstallValidator::$fieldTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/src/FieldUninstallValidator.php \Drupal\field\FieldUninstallValidator::fieldTypeManager
  2. 10 core/modules/field/src/FieldUninstallValidator.php \Drupal\field\FieldUninstallValidator::fieldTypeManager

The field type plugin manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

core/modules/field/src/FieldUninstallValidator.php, line 30

Class

FieldUninstallValidator
Prevents uninstallation of modules providing active field storage.

Namespace

Drupal\field

Code

protected $fieldTypeManager;