function actions_loop_test_trigger_info
Implements hook_trigger_info().
File
-
modules/
simpletest/ tests/ actions_loop_test.module, line 6
Code
function actions_loop_test_trigger_info() {
return array(
'actions_loop_test' => array(
'watchdog' => array(
'label' => t('When a message is logged'),
),
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.