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.
function hook_field_attach_validate($entity_type, $entity, &$errors) {
// @todo Needs function body.
}