From 637e6fb8d2fdbabe6c55d2cfa5b9e7083b5dc42a Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 3 Aug 2013 16:53:39 +0200 Subject: [PATCH] Issue #2035315 follow-up by swentel: [Follow up] Add a dedicated @FieldWidget annotation. --- core/modules/field/lib/Drupal/field/Annotation/FieldWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/field/lib/Drupal/field/Annotation/FieldWidget.php b/core/modules/field/lib/Drupal/field/Annotation/FieldWidget.php index e8030fe87e54..2c8d3394d539 100644 --- a/core/modules/field/lib/Drupal/field/Annotation/FieldWidget.php +++ b/core/modules/field/lib/Drupal/field/Annotation/FieldWidget.php @@ -14,7 +14,7 @@ use Drupal\Component\Annotation\Plugin; * * Widgets handle how fields are displayed in edit forms. * - * Additional annotation keys for formatters can be defined in + * Additional annotation keys for widgets can be defined in * hook_field_widget_info_alter(). * * @Annotation