Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c3f272d6
Commit
c3f272d6
authored
Jul 24, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2308707
by eojthebrave: Fix annotation class reference in field.api.php
parent
13ed88f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/field/field.api.php
View file @
c3f272d6
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment