You are here

protected property Field::$fieldTypePluginManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/field/Field.php \Drupal\views\Plugin\views\field\Field::fieldTypePluginManager

The field type plugin manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

core/modules/views/src/Plugin/views/field/Field.php, line 112
Contains \Drupal\views\Plugin\views\field\Field.

Class

Field
A field that displays entity field data.

Namespace

Drupal\views\Plugin\views\field

Code

protected $fieldTypePluginManager;