actions_loop_test_init

Versions
7
actions_loop_test_init()

Implements hook_init().

Code

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

<?php
function actions_loop_test_init() {
  if (!empty($_GET['trigger_actions_on_watchdog'])) {
    watchdog_skip_semaphore('actions_loop_test', 'Triggering action loop');
  }
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.