22 calls to field_attach_load()

comment_reply in drupal/modules/comment/comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
DrupalDefaultEntityController::attachLoad in drupal/includes/entity.inc
Attaches data to entities upon loading.
FieldAttachOtherTestCase::testFieldAttachCache in drupal/modules/field/tests/field.test
Test field cache.
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete in drupal/modules/field/tests/field.test
Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoad in drupal/modules/field/tests/field.test
Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in drupal/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in drupal/modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldBulkDeleteTestCase::testDeleteFieldInstance in drupal/modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldCrudTestCase::testDeleteField in drupal/modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testUpdateField in drupal/modules/field/tests/field.test
Test updating a field.
FieldSqlStorageTestCase::testFieldAttachLoad in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test adding and removing indexes while data is present.
FieldTestCase::assertFieldValues in drupal/modules/field/tests/field.test
Assert that a field has the expected values in an entity.
FieldTranslationsTestCase::testTranslatableFieldSaveLoad in drupal/modules/field/tests/field.test
Test translatable fields storage/retrieval.
field_attach_load_revision in drupal/modules/field/field.attach.inc
Load all fields for previous versions of a group of entities.
field_purge_batch in drupal/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
field_test_entity_test_load in drupal/modules/field/tests/field_test.entity.inc
Loads a test_entity.
file_field_update in drupal/modules/file/file.field.inc
Implements hook_field_update().