You are here

function bat_type_bundle_delete in Booking and Availability Management Tools for Drupal 7

Same name and namespace in other branches
  1. 8 modules/bat_unit/bat_unit.module \bat_type_bundle_delete()

Deletes a Bat Type bundle from the db.

File

modules/bat_unit/bat_unit.module, line 1616

Code

function bat_type_bundle_delete(BatTypeBundle $bundle) {
  $bundle
    ->delete();
}