TestTextfieldWidget.php
Namespace
Drupal\field_plugins_test\Plugin\Field\FieldWidgetFile
- 
              core/modules/ field/ tests/ modules/ field_plugins_test/ src/ Plugin/ Field/ FieldWidget/ TestTextfieldWidget.php 
View source
<?php
declare (strict_types=1);
namespace Drupal\field_plugins_test\Plugin\Field\FieldWidget;
use Drupal\Core\Field\Attribute\FieldWidget;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\text\Plugin\Field\FieldWidget\TextfieldWidget;
/**
 * Plugin implementation of the 'field_plugins_test_text_widget' widget.
 */
class TestTextfieldWidget extends TextfieldWidget {
}Classes
| Title | Deprecated | Summary | 
|---|---|---|
| TestTextfieldWidget | Plugin implementation of the 'field_plugins_test_text_widget' widget. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
