From 37edfd76945ba1c6207848882e3a19d734ac4f6b Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 22 Dec 2011 01:32:53 -0800 Subject: [PATCH] Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it. --- core/modules/field/field.api.php | 3 ++- core/modules/field/field.attach.inc | 6 ++++-- core/modules/field/field.crud.inc | 6 ++++-- core/modules/field/field.info.inc | 3 ++- core/modules/field/field.multilingual.inc | 3 ++- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index 4b7124809f1..ebaec922f0e 100644 --- a/core/modules/field/field.api.php +++ b/core/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. */ /** diff --git a/core/modules/field/field.attach.inc b/core/modules/field/field.attach.inc index db9bddd4a3e..aa91402b2a0 100644 --- a/core/modules/field/field.attach.inc +++ b/core/modules/field/field.attach.inc @@ -45,7 +45,8 @@ class FieldValidationException extends FieldException { * Each field defines which storage backend it uses. The Drupal system variable * 'field_storage_default' identifies the storage backend used by default. * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** @@ -123,7 +124,8 @@ const FIELD_STORAGE_INSERT = 'insert'; * @link field_language Field language API @endlink provides information about * the structure of field objects. * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** diff --git a/core/modules/field/field.crud.inc b/core/modules/field/field.crud.inc index ff39f22439a..6df32352bf2 100644 --- a/core/modules/field/field.crud.inc +++ b/core/modules/field/field.crud.inc @@ -16,7 +16,8 @@ * The Field CRUD API uses * @link field Field API data structures @endlink. * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** @@ -827,7 +828,8 @@ function field_delete_instance($instance, $field_cleanup = TRUE) { * ); * @endcode * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** diff --git a/core/modules/field/field.info.inc b/core/modules/field/field.info.inc index dda7f2f4df0..0230b1663c2 100644 --- a/core/modules/field/field.info.inc +++ b/core/modules/field/field.info.inc @@ -14,7 +14,8 @@ * instances, bundles, widget types, display formatters, behaviors, * and settings defined by or with the Field API. * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** diff --git a/core/modules/field/field.multilingual.inc b/core/modules/field/field.multilingual.inc index 9841c7abaa4..aafecc4c9be 100644 --- a/core/modules/field/field.multilingual.inc +++ b/core/modules/field/field.multilingual.inc @@ -58,7 +58,8 @@ * it possible to choose the first approach. The display language for each * field is returned by field_language(). * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /**