| 7 field.api.php | hook_field_attach_presave($entity_type, $entity) |
| 8 field.api.php | hook_field_attach_presave($entity_type, $entity) |
Act on field_attach_presave().
This hook is invoked after the field module has performed the operation.
See field_attach_presave() for details and arguments.
Related topics
1 invocation of hook_field_attach_presave()
File
- modules/
field/ field.api.php, line 1306
Code
function hook_field_attach_presave($entity_type, $entity) {
// @todo Needs function body.
}
Login or register to post comments
Comments
Timing
Happens before entity is saved.
hook_field_insert / hook_field_update are called after entity is saved.