API.txt |
API.txt |
|
You can extend cron functionality in you modules by using elysia_cron api.
With it you can:
- have more than one cron job per module
- have a different schedule rule for each cron job defined
- set a description for each cron job
To do this you… |
cron.php |
cron.php |
|
|
elysia_cron.admin.inc |
elysia_cron.admin.inc |
|
Admin page callbacks for the elysia cron module. |
elysia_cron.api.php |
elysia_cron.api.php |
|
Hooks provided by the Elysia cron module. |
elysia_cron.ctools.inc |
elysia_cron.ctools.inc |
|
Ctools integration. |
elysia_cron.drush.inc |
elysia_cron.drush.inc |
|
Drush integration for Elysia cron module. |
elysia_cron.info |
elysia_cron.info |
|
name = "Elysia Cron"
description = "Extended cron support with crontab-like scheduling and other features."
core = 7.x
configure = admin/config/system/cron |
elysia_cron.install |
elysia_cron.install |
|
Install, update and uninstall functions for the elysia_cron module. |
elysia_cron.module |
elysia_cron.module |
|
|
elysia_cron_scheduler.inc |
elysia_cron_scheduler.inc |
|
Schedules cron runs. |
INSTALL.txt |
INSTALL.txt |
|
UPGRADE A NEW VERSION
----------------------
If you are upgrading from an old version of elysia_cron you should simply
replace module files. You don't even need to execute the "update.php" drupal
process: Elysia cron will detect the… |
README.txt |
README.txt |
|
ELYSIA_CRON
by Eric Berdondini (gotheric)
<eric@void.it>
For installation instructions read INSTALL.TXT
For module developers API documetation read… |