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