function actions_loop_test_init

Implements hook_init().

File

modules/simpletest/tests/actions_loop_test.module, line 40

Code

function actions_loop_test_init() {
    if (!empty($_GET['trigger_actions_on_watchdog'])) {
        watchdog_skip_semaphore('actions_loop_test', 'Triggering action loop');
    }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.