function ultimate_cron_get_current_hook in Ultimate Cron 8
Same name and namespace in other branches
- 6 ultimate_cron.module \ultimate_cron_get_current_hook()
- 7 ultimate_cron.module \ultimate_cron_get_current_hook()
Get current hook being processed
Return value
Current hook
File
- ./
ultimate_cron.module, line 756 - @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_get_current_hook() {
return ultimate_cron_set_current_hook();
}