date_database_info in core/modules/date/date.module
Temporary helper to re-create equivalent of content_database_info().
entity.query.inc in core/modules/entity/entity.query.inc
Entity query API.
FieldAttachOtherTestCase::testFieldAttachCache in core/modules/field/tests/field.test
Test field cache.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in core/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in core/modules/field/tests/field.test
Test storage details alteration.
FieldBulkDeleteTestCase::testDeleteFieldInstance in core/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 core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test the storage details.
field_attach_load in core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_purge_batch in core/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
field_sql_storage_field_storage_details in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_details().
field_sql_storage_field_storage_load in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_sql_storage_field_storage_query in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_query().
field_test_field_storage_details_alter in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_details_alter().
field_test_field_storage_load in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_load().
field_test_field_storage_query in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_query().
field_views_field_default_views_data in core/modules/field/views/field.views.inc
Default views data implementation for a field.
file_file_download in core/modules/file/file.module
Implements hook_file_download().
hook_field_storage_details in core/modules/field/field.api.php
Reveal the internal details about the storage for a field.
hook_field_storage_details_alter in core/modules/field/field.api.php
Perform alterations on Field API storage details.
hook_field_storage_load in core/modules/field/field.api.php
Load field data for a set of entities.
hook_field_storage_query in core/modules/field/field.api.php
Execute an EntityFieldQuery.
_date_views_fields in core/modules/date/views/date_views_fields.inc
Identify all potential date/timestamp fields.