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
bc3f72a9
Commit
bc3f72a9
authored
Dec 17, 2010
by
Dries
Browse files
- Patch
#998016
by sven.lauer: _field_info_collate_fields() doc has the return values backwards.
parent
9fd8b30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/field/field.info.inc
View file @
bc3f72a9
...
...
@@ -167,15 +167,15 @@ function _field_info_collate_types($reset = FALSE) {
* @return
* If $reset is TRUE, nothing.
* If $reset is FALSE, an array containing the following elements:
* - fields: Array of existing fields, keyed by field name. This entry only
* lists non-deleted fields. Each field has an additional element,
* 'bundles', which is an array of all non-deleted instances to which the
* field is assigned.
* - fields_id: Array of existing fields, keyed by field id. This entry lists
* both deleted and non-deleted fields. The bundles element is the same as
* for 'fields'.
* - fields: Array of existing fields, keyed by field ID. This element
* lists deleted and non-deleted fields, but not inactive ones.
* Each field has an additional element, 'bundles', which is an array
* of all non-deleted instances of that field.
* - field_ids: Array of field IDs, keyed by field name. This element
* only lists non-deleted, active fields.
* - instances: Array of existing instances, keyed by entity type, bundle
* name and field name. This entry only lists non-deleted instances.
* name and field name. This element only lists non-deleted instances
* whose field is active.
*/
function
_field_info_collate_fields
(
$reset
=
FALSE
)
{
static
$info
;
...
...
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