function hook_field_attach_presave

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()
field_attach_presave in drupal-7.x/modules/field/field.attach.inc
Perform necessary operations just before fields data get saved.

Archivo

drupal-7.x/modules/field/field.api.php, line 1354

Código

function hook_field_attach_presave($entity_type, $entity) {
  // @todo Needs function body.
}