You are here

function drush_elysia_cron_run_wrapper in Elysia Cron 7

Same name and namespace in other branches
  1. 5.2 elysia_cron.drush.inc \drush_elysia_cron_run_wrapper()
  2. 5 elysia_cron.drush.inc \drush_elysia_cron_run_wrapper()
  3. 6.2 elysia_cron.drush.inc \drush_elysia_cron_run_wrapper()
  4. 6 elysia_cron.drush.inc \drush_elysia_cron_run_wrapper()
  5. 7.2 elysia_cron.drush.inc \drush_elysia_cron_run_wrapper()

A drush command callback.

wraps the elysia_cron_run function, passing manual = true

1 string reference to 'drush_elysia_cron_run_wrapper'
elysia_cron_drush_command in ./elysia_cron.drush.inc
Implementation of hook_drush_command().

File

./elysia_cron.drush.inc, line 27

Code

function drush_elysia_cron_run_wrapper() {
  return elysia_cron_run(TRUE);
}