class EditorTestTextLongItem

Same name and namespace in other branches
  1. 9 core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php \Drupal\editor_test\Plugin\Field\FieldType\EditorTestTextLongItem
  2. 8.9.x core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php \Drupal\editor_test\Plugin\Field\FieldType\EditorTestTextLongItem
  3. 11.x core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php \Drupal\editor_test\Plugin\Field\FieldType\EditorTestTextLongItem

Plugin implementation of the 'editor_test_text_long' field type.

Attributes

#[FieldType(id: "editor_test_text_long", label: new TranslatableMarkup("Filter test text (formatted, long)"), description: new TranslatableMarkup("This field stores a long text with a text format."), default_widget: "text_textarea", default_formatter: "text_default")]

Hierarchy

Expanded class hierarchy of EditorTestTextLongItem

File

core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php, line 12

Namespace

Drupal\editor_test\Plugin\Field\FieldType
View source
class EditorTestTextLongItem extends TextLongItem {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.