We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e733f commit 31bdaa5Copy full SHA for 31bdaa5
1 file changed
templates/module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig
@@ -12,6 +12,8 @@ namespace Drupal\{{ module }}\Plugin\Field\FieldWidget;
12
use Drupal\Core\Field\FieldItemListInterface;
13
use Drupal\Core\Field\WidgetBase;
14
use Drupal\Core\Form\FormStateInterface;
15
+use Drupal\Core\Field\Annotation\FieldWidget;
16
+use Drupal\Core\Annotation\Translation;
17
{% endblock %}
18
19
{% block class_declaration %}
0 commit comments