actions_loop_test_trigger_info

Versions
7
actions_loop_test_trigger_info()

Implement hook_trigger_info().

Code

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

<?php
function actions_loop_test_trigger_info() {
  return array(
    'actions_loop_test' => array(
      'watchdog' => array(
        'label' => t('When a message is logged'),
      ),
    ),
  );
}
?>
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.