function hook_field_attach_update

7.x field.api.php hook_field_attach_update($entity_type, $entity)

Act on field_attach_update().

This hook is invoked after the field module has performed the operation.

See field_attach_update() for details and arguments.

Related topics

1 invocation of hook_field_attach_update()
field_attach_update in drupal-7.x/modules/field/field.attach.inc
Save field data for an existing entity.

File

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

Code

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