| Versionen | |
|---|---|
| drupal7 | hook_field_attach_submit($obj_type, $object, $form, &$form_state) |
Act on field_attach_submit.
This hook is invoked after the field module has performed the operation.
See field_attach_submit() for details and arguments.
modules/
<?php
function hook_field_attach_submit($obj_type, $object, $form, &$form_state) { }
?>
Kommentare
Kommentar hinzufügen