You are here

protected property WidgetBase::$fieldDefinition in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Field/WidgetBase.php \Drupal\Core\Field\WidgetBase::fieldDefinition

The field definition.

Type: \Drupal\Core\Field\FieldDefinitionInterface

File

core/lib/Drupal/Core/Field/WidgetBase.php, line 32
Contains \Drupal\Core\Field\WidgetBase.

Class

WidgetBase
Base class for 'Field widget' plugin implementations.

Namespace

Drupal\Core\Field

Code

protected $fieldDefinition;