You are here

protected property FieldConfigStorageBase::$fieldTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldConfigStorageBase.php \Drupal\Core\Field\FieldConfigStorageBase::fieldTypeManager

The field type plugin manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

core/lib/Drupal/Core/Field/FieldConfigStorageBase.php, line 19

Class

FieldConfigStorageBase
Base storage class for field config entities.

Namespace

Drupal\Core\Field

Code

protected $fieldTypeManager;