actions_loop_test_action_info

Versions
7
actions_loop_test_action_info()

Implement hook_action_info().

Code

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

<?php
function actions_loop_test_action_info() {
  return array(
    'actions_loop_test_log' => array(
      'label' => t('Write a message to the log.'),
      'type' => 'system',
      'configurable' => FALSE,
      'triggers' => array('any'),
    ),
  );
}
?>
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.