You are here

function ultimate_cron_get_current_hook in Ultimate Cron 7

Same name and namespace in other branches
  1. 8 ultimate_cron.module \ultimate_cron_get_current_hook()
  2. 6 ultimate_cron.module \ultimate_cron_get_current_hook()

Get current hook being processed

Return value

Current hook

File

./ultimate_cron.module, line 773
@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();
}