You are here

function monitoring_test_queue_worker in Monitoring 7

Dummy worker callback for test queue.

1 string reference to 'monitoring_test_queue_worker'
monitoring_test_cron_queue_info in test/monitoring_test.module
Implements hook_cron_queue_info().

File

test/monitoring_test.module, line 34
Monitoring test bootstrap file.

Code

function monitoring_test_queue_worker() {
}