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()

File

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

Code

function hook_field_read_field($field) {

  // @todo Needs function body.
}