Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
225
Merge Requests
225
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
37edfd76
Commit
37edfd76
authored
Dec 22, 2011
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1349610
by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.
parent
625e4de6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
7 deletions
+14
-7
core/modules/field/field.api.php
core/modules/field/field.api.php
+2
-1
core/modules/field/field.attach.inc
core/modules/field/field.attach.inc
+4
-2
core/modules/field/field.crud.inc
core/modules/field/field.crud.inc
+4
-2
core/modules/field/field.info.inc
core/modules/field/field.info.inc
+2
-1
core/modules/field/field.multilingual.inc
core/modules/field/field.multilingual.inc
+2
-1
No files found.
core/modules/field/field.api.php
View file @
37edfd76
...
...
@@ -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.
*/
/**
...
...
core/modules/field/field.attach.inc
View file @
37edfd76
...
...
@@ -45,7 +45,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
* See @link field Field API @endlink for information about the other parts of
* the Field API.
*/
/**
...
...
@@ -123,7 +124,8 @@ function __construct($errors) {
* @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.
*/
/**
...
...
core/modules/field/field.crud.inc
View file @
37edfd76
...
...
@@ -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.
*/
/**
...
...
core/modules/field/field.info.inc
View file @
37edfd76
...
...
@@ -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.
*/
/**
...
...
core/modules/field/field.multilingual.inc
View file @
37edfd76
...
...
@@ -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.
*/
/**
...
...
Write
Preview
Markdown
is supported
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