Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
cfafc141
Commit
cfafc141
authored
Nov 30, 2011
by
catch
Browse files
Issue
#1349610
by bartlantz: Added make the subtopics of Field API link back to it.
parent
782b1cfb
Changes
5
Hide whitespace changes
Inline
Side-by-side
core/modules/field/field.api.php
View file @
cfafc141
...
...
@@ -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
*/
/**
...
...
core/modules/field/field.attach.inc
View file @
cfafc141
...
...
@@ -44,6 +44,8 @@ function __construct($errors) {
*
* Each field defines which storage backend it uses. The Drupal system variable
* 'field_storage_default' identifies the storage backend used by default.
*
* @see field
*/
/**
...
...
@@ -117,6 +119,8 @@ function __construct($errors) {
* The pre-operation hooks do not make the Field Storage API irrelevant. The
* Field Storage API is essentially the "fallback mechanism" for any fields
* that aren't being intercepted explicitly by pre-operation hooks.
*
* @see field
*/
/**
...
...
core/modules/field/field.crud.inc
View file @
cfafc141
...
...
@@ -15,6 +15,8 @@
*
* The Field CRUD API uses
* @link field Field API data structures @endlink.
*
* @see field
*/
/**
...
...
@@ -824,6 +826,8 @@ function field_delete_instance($instance, $field_cleanup = TRUE) {
* ),
* );
* @endcode
*
* @see field
*/
/**
...
...
core/modules/field/field.info.inc
View file @
cfafc141
...
...
@@ -13,6 +13,8 @@
* The Field Info API exposes information about field types, fields,
* instances, bundles, widget types, display formatters, behaviors,
* and settings defined by or with the Field API.
*
* @see field
*/
/**
...
...
core/modules/field/field.multilingual.inc
View file @
cfafc141
...
...
@@ -57,6 +57,8 @@
* even disabled by modules implementing hook_field_language_alter(), making
* it possible to choose the first approach. The display language for each
* field is returned by field_language().
*
* @see field
*/
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment