You are here

public property FieldType::$description in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/Annotation/FieldType.php \Drupal\Core\Field\Annotation\FieldType::description
  2. 9 core/lib/Drupal/Core/Field/Annotation/FieldType.php \Drupal\Core\Field\Annotation\FieldType::description

A short human readable description for the field type.

Type: \Drupal\Core\Annotation\Translation

Overrides DataType::$description

Related topics

File

core/lib/Drupal/Core/Field/Annotation/FieldType.php, line 49

Class

FieldType
Defines a FieldType annotation object.

Namespace

Drupal\Core\Field\Annotation

Code

public $description;