You are here

function pollim_uri in Poll Improved 7

URI callback for pollims

File

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

Code

function pollim_uri(Pollim $pollim) {
  return array(
    'path' => 'pollim/' . $pollim->pollim_id,
  );
}