| Versionen | |
|---|---|
| drupal7 | hook_field_update_instance($instance) |
Act on a field instance being updated.
This hook is invoked after the instance record is saved and so it cannot modify the instance itself.
TODO: Not implemented.
$instance The instance just updated.
modules/
<?php
function hook_field_update_instance($instance) { }
?>
Kommentare
Kommentar hinzufügen