You are here

function registration_type_save in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 registration.module \registration_type_save()
  2. 8 registration.module \registration_type_save()
  3. 7 registration.module \registration_type_save()

Saves a model type to the db.

File

./registration.module, line 2050

Code

function registration_type_save(RegistrationType $type) {
  $type
    ->save();
}