Skip to content
Snippets Groups Projects
Commit c3f272d6 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2308707 by eojthebrave: Fix annotation class reference in field.api.php

parent 13ed88f0
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment