26 calls to field_info_instances()

CommentFieldsTest::testCommentDefaultFields in drupal/modules/comment/comment.test
Tests that the default 'comment_body' field is correctly added.
entity_form_submit_build_entity in drupal/includes/common.inc
Copies submitted values to entity properties for simple entity forms.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldInfoTestCase::testFieldInfo in drupal/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal/modules/field/tests/field.test
Tests display language logic for translatable fields.
field_attach_delete in drupal/modules/field/field.attach.inc
Delete field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_delete_revision in drupal/modules/field/field.attach.inc
Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute.
field_attach_insert in drupal/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in drupal/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_preprocess in drupal/modules/field/field.attach.inc
Populate the template variables with the field values available for rendering.
field_attach_update in drupal/modules/field/field.attach.inc
Save field data for an existing entity.
field_info_max_weight in drupal/modules/field/field.info.inc
Returns the maximum weight of all the components in an entity.
field_language in drupal/modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
field_sql_storage_field_storage_delete in drupal/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete().
field_test_field_storage_delete in drupal/modules/field/tests/field_test.storage.inc
Implements hook_field_storage_delete().
field_ui_display_overview_form in drupal/modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given view mode.
field_ui_existing_field_options in drupal/modules/field_ui/field_ui.admin.inc
Returns an array of existing fields to be added to a bundle.
field_ui_fields_list in drupal/modules/field_ui/field_ui.admin.inc
Menu callback; lists all defined fields for quick reference.
field_ui_field_overview_form in drupal/modules/field_ui/field_ui.admin.inc
Form constructor for the 'Manage fields' form of a bundle.
field_ui_inactive_instances in drupal/modules/field_ui/field_ui.module
Identifies inactive fields within a bundle.
hook_field_storage_delete in drupal/modules/field/field.api.php
Delete all field data for an entity.
locale_field_entity_form_submit in drupal/modules/locale/locale.module
Handles field language on submit for the given entity type.
taxonomy_build_node_index in drupal/modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
UpgradePathTaxonomyTestCase::instanceVocabularies in drupal/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Retrieve an array mapping allowed vocabulary id to field name for all taxonomy_term_reference fields for which an instance exists for the specified entity type and bundle.
user_register_form in drupal/modules/user/user.module
Form builder; the user registration form.
_field_invoke_get_instances in drupal/modules/field/field.attach.inc
Helper for _field_invoke(): retrieves a list of instances to operate on.