You are here

function pollim_type_save in Poll Improved 7

Saves a pollim type to the db.

File

./pollim.module, line 295
Module for the Pollim Entity - a starting point to create your own Entity and associated administration interface

Code

function pollim_type_save(PollimType $type) {
  $type
    ->save();
}