TestItemWithSingleDescription.php

Same filename and directory in other branches
  1. 10 core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithSingleDescription.php

Namespace

Drupal\field_test\Plugin\Field\FieldType

File

core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithSingleDescription.php

View source
<?php

declare (strict_types=1);
namespace Drupal\field_test\Plugin\Field\FieldType;

use Drupal\Core\Field\Attribute\FieldType;
use Drupal\Core\StringTranslation\TranslatableMarkup;

/**
 * Defines the 'test_field_with_single_description' entity field item.
 */
class TestItemWithSingleDescription extends TestItem {

}

Classes

Title Deprecated Summary
TestItemWithSingleDescription Defines the 'test_field_with_single_description' entity field item.

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