summaryrefslogtreecommitdiff
path: root/modules/field/field.api.php
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-22 01:31:34 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-22 01:31:34 -0800
commit86ff7681c807de1673f4c34ac0a2c368f3d0b97c (patch)
tree3519eedde5e91bfa0f7e4eecc79d2ac62ab91dc4 /modules/field/field.api.php
parent2550674cc80bc67a8efdbc645409ef0300a00266 (diff)
downloadbrdo-86ff7681c807de1673f4c34ac0a2c368f3d0b97c.tar.gz
brdo-86ff7681c807de1673f4c34ac0a2c368f3d0b97c.tar.bz2
Issue #1349610 by bartlantz, jhodgdon: 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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index 4b7124809..ebaec922f 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -116,7 +116,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
+ * See @link field Field API @endlink for information about the other parts of
+ * the Field API.
*/
/**