You are here

protected property FieldBlockDeriver::$fieldTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php \Drupal\layout_builder\Plugin\Derivative\FieldBlockDeriver::fieldTypeManager

The field type manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php, line 47

Class

FieldBlockDeriver
Provides entity field block definitions for every field.

Namespace

Drupal\layout_builder\Plugin\Derivative

Code

protected $fieldTypeManager;