15 uses of FIELD_LOAD_CURRENT

BulkDeleteTest::testDeleteFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
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.
FieldAttachOtherTest::testFieldAttachCache in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field cache.
FieldAttachStorageTest::testFieldAttachLoadMultiple in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test the 'multiple' load feature.
FieldUpgradePathTest::testFieldUpgradeToConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Tests migration of field and instance definitions to config.
field_attach_load in drupal/core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_purge_batch in drupal/core/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
field_sql_storage_field_storage_load in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_test_field_storage_load in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_load().
field_test_field_storage_query in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_query().
field_views_field_default_views_data in drupal/core/modules/field/field.views.inc
Default views data implementation for a field.
file_file_download in drupal/core/modules/file/file.module
Implements hook_file_download().
hook_field_storage_load in drupal/core/modules/field/field.api.php
Load field data for a set of entities.
hook_field_storage_query in drupal/core/modules/field/field.api.php
Execute a Drupal\Core\Entity\EntityFieldQuery.
Tables::addField in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
Tables::ensureFieldTable in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
Join field table if necessary.