| Versionen | |
|---|---|
| drupal7 | hook_field_storage_rename_bundle($bundle_old, $bundle_new) |
Act on a bundle being renamed.
$bundle_old The old name of the bundle.
$bundle_new The new name of the bundle.
modules/
<?php
function hook_field_storage_rename_bundle($bundle_old, $bundle_new) { }
?>
Kommentare
Kommentar hinzufügen