12 calls to field_read_instances()

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.
BulkDeleteTest::testPurgeInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that field data items and instances are purged when an instance is deleted.
FieldInfo::getInstances in drupal/core/modules/field/lib/Drupal/field/FieldInfo.php
Retrieves all active, non-deleted instances definitions.
field_entity_bundle_delete in drupal/core/modules/field/field.attach.inc
Implements hook_entity_bundle_delete().
field_entity_bundle_rename in drupal/core/modules/field/field.attach.inc
Implements hook_entity_bundle_rename().
field_purge_batch in drupal/core/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
field_purge_field in drupal/core/modules/field/field.crud.inc
Purges a field record from the database.
field_read_instance in drupal/core/modules/field/field.crud.inc
Reads a single instance record from the database.
field_sql_storage_entity_bundle_rename in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_entity_bundle_rename().
field_test_entity_bundle_rename in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_entity_bundle_rename().
ImageStyleStorageController::replaceImageStyle in drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php
Update field instance settings if the image style name is changed.
_field_invoke_get_instances in drupal/core/modules/field/field.attach.inc
Retrieves a list of instances to operate on.