Loading ultimate_cron.module +7 −0 Original line number Diff line number Diff line Loading @@ -1785,3 +1785,10 @@ function ultimate_cron_watchdog_throwable($type, Throwable $exception, $message $variables += _drupal_decode_exception($exception); watchdog($type, $message, $variables, $severity, $link); } /** * Implements hook_nodejs_user_channels(). */ function ultimate_cron_nodejs_user_channels($account) { return array('ultimate_cron'); } Loading
ultimate_cron.module +7 −0 Original line number Diff line number Diff line Loading @@ -1785,3 +1785,10 @@ function ultimate_cron_watchdog_throwable($type, Throwable $exception, $message $variables += _drupal_decode_exception($exception); watchdog($type, $message, $variables, $severity, $link); } /** * Implements hook_nodejs_user_channels(). */ function ultimate_cron_nodejs_user_channels($account) { return array('ultimate_cron'); }