Act on field records being read from the database.
This hook is invoked from field_read_fields() on each field being read.
$field: The field record just read from the database.
function hook_field_read_field($field) {
// @todo Needs function body.
}