function hook_field_attach_update

Act on field_attach_update().

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

Parameters

\Drupal\Core\Entity\EntityInterface $entity: the entity with fields to process.

Related topics

1 invocation of hook_field_attach_update()
field_attach_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.

File

drupal/core/modules/field/field.api.php, line 966

Code

function hook_field_attach_update(\Drupal\Core\Entity\EntityInterface $entity) {

  // @todo Needs function body.
}