EditorTestTextLongItem.php

Same filename and directory in other branches
  1. 9 core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
  2. 8.9.x core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
  3. 10 core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php

Namespace

Drupal\editor_test\Plugin\Field\FieldType

File

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

View source
<?php

namespace Drupal\editor_test\Plugin\Field\FieldType;

use Drupal\Core\Field\Attribute\FieldType;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\text\Plugin\Field\FieldType\TextLongItem;

/**
 * Plugin implementation of the 'editor_test_text_long' field type.
 */
class EditorTestTextLongItem extends TextLongItem {

}

Classes

Title Deprecated Summary
EditorTestTextLongItem Plugin implementation of the 'editor_test_text_long' field type.

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