Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.
parent
2550674cc8
commit
86ff7681c8
|
@ -116,7 +116,8 @@ function hook_field_extra_fields_alter(&$info) {
|
||||||
* A third kind of pluggable handlers, storage backends, is defined by the
|
* A third kind of pluggable handlers, storage backends, is defined by the
|
||||||
* @link field_storage Field Storage API @endlink.
|
* @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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -45,7 +45,8 @@ class FieldValidationException extends FieldException {
|
||||||
* Each field defines which storage backend it uses. The Drupal system variable
|
* Each field defines which storage backend it uses. The Drupal system variable
|
||||||
* 'field_storage_default' identifies the storage backend used by default.
|
* '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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -120,7 +121,8 @@ define('FIELD_STORAGE_INSERT', 'insert');
|
||||||
* Field Storage API is essentially the "fallback mechanism" for any fields
|
* Field Storage API is essentially the "fallback mechanism" for any fields
|
||||||
* that aren't being intercepted explicitly by pre-operation hooks.
|
* that aren't being intercepted explicitly by pre-operation hooks.
|
||||||
*
|
*
|
||||||
* @see field
|
* See @link field Field API @endlink for information about the other parts of
|
||||||
|
* the Field API.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
* The Field CRUD API uses
|
* The Field CRUD API uses
|
||||||
* @link field Field API data structures @endlink.
|
* @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
|
* @endcode
|
||||||
*
|
*
|
||||||
* @see field
|
* See @link field Field API @endlink for information about the other parts of
|
||||||
|
* the Field API.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
* instances, bundles, widget types, display formatters, behaviors,
|
* instances, bundles, widget types, display formatters, behaviors,
|
||||||
* and settings defined by or with the Field API.
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -58,7 +58,8 @@
|
||||||
* it possible to choose the first approach. The display language for each
|
* it possible to choose the first approach. The display language for each
|
||||||
* field is returned by field_language().
|
* field is returned by field_language().
|
||||||
*
|
*
|
||||||
* @see field
|
* See @link field Field API @endlink for information about the other parts of
|
||||||
|
* the Field API.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue