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