summaryrefslogtreecommitdiff
path: root/modules/field/field.api.php
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-10 23:39:15 -0600
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-10 23:39:15 -0600
commit09d37840be92e8b99b2fabdd32a9bbb530da99ea (patch)
treee962226dc191131bce0f9bb5b2003c3ded182987 /modules/field/field.api.php
parent90b761ec2097be1c1221fff47f362b43d9de5a6d (diff)
downloadbrdo-09d37840be92e8b99b2fabdd32a9bbb530da99ea.tar.gz
brdo-09d37840be92e8b99b2fabdd32a9bbb530da99ea.tar.bz2
Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it.
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r--modules/field/field.api.php2
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
*/
/**