function elysia_cron_channel_exists in Elysia Cron 7.2
Same name and namespace in other branches
- 6.2 elysia_cron.module \elysia_cron_channel_exists()
1 call to elysia_cron_channel_exists()
- drush_elysia_cron_run_wrapper in ./
elysia_cron.drush.inc - Custom callback for 'elysia-cron' drush command.
File
- ./
elysia_cron.module, line 1700
Code
function elysia_cron_channel_exists($channel) {
global $_elysia_cron_settings_by_channel;
return isset($_elysia_cron_settings_by_channel[$channel]);
}