From c3f272d6da39fb76113e96baff485306308e4967 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Thu, 24 Jul 2014 16:17:15 -0700 Subject: [PATCH] Issue #2308707 by eojthebrave: Fix annotation class reference in field.api.php --- core/modules/field/field.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index 5b50dce9cc9d..639e422e67f6 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. -- GitLab