FieldFormatter::$description
  • References/PHP/Drupal/Field/Annotation/FieldFormatter

A short description of the formatter type. Type:

2025-01-10 15:47:30
FieldWidget::$description
  • References/PHP/Drupal/Field/Annotation/FieldWidget

A short description of the widget type. Type:

2025-01-10 15:47:30
FieldFormatter::$class
  • References/PHP/Drupal/Field/Annotation/FieldFormatter

The name of the field formatter class. This is not provided manually, it will be added by the discovery mechanism.

2025-01-10 15:47:30
FieldType::$default_widget
  • References/PHP/Drupal/Field/Annotation/FieldType

The plugin_id of the default widget for this field type. This widget must be available whenever the field type is available (i.e. provided by

2025-01-10 15:47:30
FieldType::$no_ui
  • References/PHP/Drupal/Field/Annotation/FieldType

A boolean stating that fields of this type cannot be created through the UI. Type: bool File

2025-01-10 15:47:30
FieldWidget::$field_types
  • References/PHP/Drupal/Field/Annotation/FieldWidget

An array of field types the widget supports. Type:

2025-01-10 15:47:30
FieldType::$list_class
  • References/PHP/Drupal/Field/Annotation/FieldType

The typed data class used for wrapping multiple data items of the type. Must implement the

2025-01-10 15:47:30
FieldFormatter
  • References/PHP/Drupal/Field/Annotation/FieldFormatter

Defines a FieldFormatter annotation object. Formatters handle the display of field values. They are typically instantiated and invoked by an

2025-01-10 15:47:30
FieldWidget::$label
  • References/PHP/Drupal/Field/Annotation/FieldWidget

The human-readable name of the widget type. Type:

2025-01-10 15:47:30
FieldType::$module
  • References/PHP/Drupal/Field/Annotation/FieldType

The name of the module providing the field type plugin. Type: string File

2025-01-10 15:47:30