function hook_field_read_field

Act on field records being read from the database.

This hook is invoked from field_read_fields() on each field being read.

Parameters

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

Related topics

1 invocation of hook_field_read_field()
field_read_fields in drupal/core/modules/field/field.crud.inc
Reads in fields that match an array of conditions.

File

drupal/core/modules/field/field.api.php, line 2204

Code

function hook_field_read_field($field) {

  // @todo Needs function body.
}