HiddenTestItem.php
Same filename in other branches
Namespace
Drupal\field_test\Plugin\Field\FieldTypeFile
-
core/
modules/ field/ tests/ modules/ field_test/ src/ Plugin/ Field/ FieldType/ HiddenTestItem.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 '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.