hook_field_attach_rename_bundle
- Versions
- 7
hook_field_attach_rename_bundle($obj_type, $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.
Related topics
Code
modules/field/field.api.php, line 1080
<?php
function hook_field_attach_rename_bundle($obj_type, $bundle_old, $bundle_new) {
}
?>Login or register to post comments 