function registration_type_save in Entity Registration 7
Same name and namespace in other branches
- 8.2 registration.module \registration_type_save()
- 8 registration.module \registration_type_save()
- 7.2 registration.module \registration_type_save()
Saves a model type to the db.
File
- ./
registration.module, line 2027
Code
function registration_type_save(RegistrationType $type) {
$type
->save();
}