entity.inc in includes/entity.inc
FieldAttachOtherTestCase::testFieldAttachCache in modules/field/tests/field.test
Test field cache.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in modules/field/tests/field.test
Test storage details alteration.
FieldBulkDeleteTestCase::testDeleteFieldInstance in 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.
FieldSqlStorageTestCase::testFieldStorageDetails in modules/field/modules/field_sql_storage/field_sql_storage.test
Test the storage details.
field_attach_load in modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_purge_batch in modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
field_sql_storage_field_storage_details in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_details().
field_sql_storage_field_storage_load in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_sql_storage_field_storage_query in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_query().
field_test_field_storage_load in modules/field/tests/field_test.storage.inc
Implements hook_field_storage_load().
file_field_update in modules/file/file.field.inc
Implements hook_field_update().
file_file_download in modules/file/file.module
Implements hook_file_download().
hook_field_storage_details in modules/field/field.api.php
Reveal the internal details about the storage for a field.
hook_field_storage_details_alter in modules/field/field.api.php
Perform alterations on Field API storage details.
hook_field_storage_load in modules/field/field.api.php
Load field data for a set of entities.
hook_field_storage_query in modules/field/field.api.php
Execute an EntityFieldQuery.