1 field.api.php hook_field_read_instance($instance)

Act on a field record being read from the database.

This hook is invoked from field_read_instances() on each instance being read.

Parameters

$instance: The instance record just read from the database.

Related topics

File

core/modules/field/field.api.php, line 2661
Hooks provided by the Field module.

Code

function hook_field_read_instance($instance) {
  // @todo Needs function body.
}