HiddenTestItem.php

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

Namespace

Drupal\field_test\Plugin\Field\FieldType

File

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

View source
<?php

namespace Drupal\field_test\Plugin\Field\FieldType;

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

/**
 * Defines the 'hidden_test' entity field item.
 */
class HiddenTestItem extends TestItem {

}

Classes

Title Deprecated Summary
HiddenTestItem Defines the 'hidden_test' entity field item.

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