You are here

protected property FieldStorageConfigStorage::$fieldTypeManager in Drupal 9

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

The field type plugin manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

core/modules/field/src/FieldStorageConfigStorage.php, line 43

Class

FieldStorageConfigStorage
Storage handler for "field storage" configuration entities.

Namespace

Drupal\field

Code

protected $fieldTypeManager;