diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index 5b50dce9cc9df5b013c7410bb92badd353d12082..639e422e67f68c3c4a08c83cc406e463063ed28b 100644 --- a/core/modules/field/field.api.php +++ b/core/modules/field/field.api.php @@ -71,7 +71,7 @@ function hook_field_info_alter(&$info) { * * Widgets are Plugins managed by the * \Drupal\Core\Field\WidgetPluginManager class. A widget is a plugin annotated - * with class \Drupal\Core\Entity\Annotation\FieldWidget that implements + * with class \Drupal\Core\Field\Annotation\FieldWidget that implements * \Drupal\Core\Field\WidgetInterface (in most cases, by * subclassing \Drupal\Core\Field\WidgetBase). Widget plugins need to be in the * namespace \Drupal\{your_module}\Plugin\Field\FieldWidget.