1 field.api.php | hook_field_read_field($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
File
- core/
modules/ field/ field.api.php, line 2649 - Hooks provided by the Field module.
Code
function hook_field_read_field($field) {
// @todo Needs function body.
}