diff options
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index fccf479f4..4b7124809 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -115,6 +115,8 @@ function hook_field_extra_fields_alter(&$info) { * * A third kind of pluggable handlers, storage backends, is defined by the * @link field_storage Field Storage API @endlink. + * + * @see field */ /** |