function bat_unit_bundle_delete in Booking and Availability Management Tools for Drupal 7
Same name and namespace in other branches
- 8 modules/bat_unit/bat_unit.module \bat_unit_bundle_delete()
Deletes a unit bundle from the db.
File
- modules/
bat_unit/ bat_unit.module, line 894
Code
function bat_unit_bundle_delete(BatUnitBundle $bundle) {
$bundle
->delete();
}