function ultimate_cron_perm in Ultimate Cron 6
Implementation of hook_perm().
File
- ./
ultimate_cron.module, line 236 - @todo Add filter on overview page. @todo Add log view (with graph). @todo Make proper markup for overview page. @todo Refactor drush stuff, too many intimate relations with Background Process @todo Refactor Cron % offset stuff. Too mixed up and…
Code
function ultimate_cron_perm() {
return array(
'administer ultimate cron',
);
}