13 uses of FIELD_LOAD_CURRENT

FieldAttachOtherTestCase::testFieldAttachCache in drupal/modules/field/tests/field.test
Test field cache.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal/modules/field/tests/field.test
Test the 'multiple' load feature.
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.
field_attach_load in drupal/modules/field/field.attach.inc
Loads fields for the current revisions 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_sql_storage_field_storage_load in drupal/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_sql_storage_field_storage_query in drupal/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_query().
field_test_field_storage_load in drupal/modules/field/tests/field_test.storage.inc
Implements hook_field_storage_load().
field_test_field_storage_query in drupal/modules/field/tests/field_test.storage.inc
Implements hook_field_storage_query().
file_field_update in drupal/modules/file/file.field.inc
Implements hook_field_update().
file_file_download in drupal/modules/file/file.module
Implements hook_file_download().
hook_field_storage_load in drupal/modules/field/field.api.php
Load field data for a set of entities.
hook_field_storage_query in drupal/modules/field/field.api.php
Execute an EntityFieldQuery.