function pollim_type_delete in Poll Improved 7
Deletes a pollim type from the db.
File
- ./
pollim.module, line 303 - Module for the Pollim Entity - a starting point to create your own Entity and associated administration interface
Code
function pollim_type_delete(PollimType $type) {
$type
->delete();
}