hook_field_attach_delete_bundle
- Versions
- 7
hook_field_attach_delete_bundle($obj_type, $bundle, $instances)
Act on field_attach_delete_bundle.
This hook is invoked after the field module has performed the operation.
Parameters
$obj_type The type of object; e.g. 'node' or 'user'.
$bundle The bundle that was just deleted.
$instances An array of all instances that existed for the bundle before it was deleted.
Related topics
Code
modules/field/field.api.php, line 1071
<?php
function hook_field_attach_delete_bundle($obj_type, $bundle, $instances) {
}
?>Login or register to post comments 