| Versionen | |
|---|---|
| drupal7 | hook_field_attach_delete_bundle($bundle, $instances) |
Act on field_attach_delete_bundle.
This hook is invoked after the field module has performed the operation.
$bundle The bundle that was just deleted.
$instances An array of all instances that existed for $bundle before it was deleted.
modules/
<?php
function hook_field_attach_delete_bundle($bundle, $instances) { }
?>
Kommentare
Kommentar hinzufügen