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