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
e4e7244d
Commit
e4e7244d
authored
Dec 27, 2011
by
webchick
Browse files
Issue
#1386318
by barbi: Fixed hook_field_widget_info() should have a @see to other function.
parent
f78b16e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/field/field.api.php
View file @
e4e7244d
...
@@ -705,6 +705,7 @@ function hook_field_is_empty($item, $field) {
...
@@ -705,6 +705,7 @@ function hook_field_is_empty($item, $field) {
* @see hook_field_widget_form_alter()
* @see hook_field_widget_form_alter()
* @see hook_field_widget_WIDGET_TYPE_form_alter()
* @see hook_field_widget_WIDGET_TYPE_form_alter()
* @see hook_field_widget_error()
* @see hook_field_widget_error()
* @see hook_field_widget_settings_form()
*/
*/
function
hook_field_widget_info
()
{
function
hook_field_widget_info
()
{
return
array
(
return
array
(
...
...
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