Issue #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function.
parent
2f6d917af5
commit
1bbb219c2e
|
@ -705,6 +705,7 @@ function hook_field_is_empty($item, $field) {
|
|||
* @see hook_field_widget_form_alter()
|
||||
* @see hook_field_widget_WIDGET_TYPE_form_alter()
|
||||
* @see hook_field_widget_error()
|
||||
* @see hook_field_widget_settings_form()
|
||||
*/
|
||||
function hook_field_widget_info() {
|
||||
return array(
|
||||
|
|
Loading…
Reference in New Issue