You are here

protected property FieldBlockDeriver::$formatterManager in Drupal 9

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

The formatter manager.

Type: \Drupal\Core\Field\FormatterPluginManager

File

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

Class

FieldBlockDeriver
Provides entity field block definitions for every field.

Namespace

Drupal\layout_builder\Plugin\Derivative

Code

protected $formatterManager;