function hook_field_attach_validate
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.
Archivo
- drupal-7.x/
modules/ field/ field.api.php, line 1316
Código
function hook_field_attach_validate($entity_type, $entity, &$errors) {
// @todo Needs function body.
}