Hook implementations for the Cron Example module.

File

modules/examples/cron_example/cron_example.module

Functions

Namesort ascending Description
cron_example_queue_report_work Simple reporter for the workers.
cron_example_queue_2_worker Simple worker for our queues.
cron_example_queue_1_worker Simple worker for our queues.
cron_example_menu Implements hook_menu().
cron_example_form_cron_run_submit Allow user to directly execute cron, optionally forcing it.
cron_example_form The form to provide a link to cron.php.
cron_example_date_iso8601
cron_example_cron_queue_info Implements hook_cron_queue_info().
cron_example_cron Implements hook_cron().
cron_example_config_info Implements hook_config_info().
cron_example_add_jobs_to_queue Submit function used to add the items to the queue.