function hook_field_attach_validate

7.x field.api.php hook_field_attach_validate($entity_type, $entity, &$errors)

Act on field_attach_validate().

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

See field_attach_validate() for details and arguments.

Related topics

1 invocation of hook_field_attach_validate()
field_attach_validate in drupal-7.x/modules/field/field.attach.inc
Perform field validation against the field data in an entity.

File

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

Code

function hook_field_attach_validate($entity_type, $entity, &$errors) {
  // @todo Needs function body.
}