| Versionen | |
|---|---|
| drupal7 | hook_field_attach_validate($obj_type, $object, &$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.
modules/
<?php
function hook_field_attach_validate($obj_type, $object, &$errors) { }
?>
Kommentare
Kommentar hinzufügen