You are here

function bat_unit_bundle_save 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_unit_bundle_save()

Saves a unit bundle to the db.

Parameters

BatUnitBundle $bundle: The unit bundle to save.

File

modules/bat_unit/bat_unit.module, line 887

Code

function bat_unit_bundle_save(BatUnitBundle $bundle) {
  $bundle
    ->save();
}