You are here

protected property BaseFieldDefinition::$type in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::type

The field type.

Type: string

File

core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 25

Class

BaseFieldDefinition
A class for defining entity fields.

Namespace

Drupal\Core\Field

Code

protected $type;