12 uses of FIELD_LOAD_CURRENT
- FieldAttachOtherTestCase::testFieldAttachCache in modules/
field/ tests/ field.test - Test field cache.
- FieldAttachStorageTestCase::testFieldAttachLoadMultiple in modules/
field/ tests/ field.test - Test the 'multiple' load feature.
- 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.
- 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_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_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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.