Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.

8.0.x
webchick 2011-12-22 01:32:53 -08:00
parent 625e4de6ad
commit 37edfd7694
5 changed files with 14 additions and 7 deletions

View File

@ -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.
*/
/**

View File

@ -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.
*/
/**

View File

@ -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.
*/
/**

View File

@ -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.
*/
/**

View File

@ -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.
*/
/**