9 calls to actions_list()

actions_do in drupal-6.x/includes/actions.inc
Perform a given list of actions by executing their callback functions.
actions_function_lookup in drupal-6.x/includes/actions.inc
Given an md5 hash of a function name, return the function name.
actions_synchronize in drupal-6.x/includes/actions.inc
Synchronize actions that are provided by modules.
system_actions_configure in drupal-6.x/modules/system/system.module
Menu callback. Create the form for configuration of a single action.
system_actions_manage in drupal-6.x/modules/system/system.module
Menu callback. Display an overview of available and configured actions.
system_actions_remove_orphans in drupal-6.x/modules/system/system.module
Remove actions that are in the database but not supported by any enabled module.
trigger_assign_form in drupal-6.x/modules/trigger/trigger.admin.inc
Create the form definition for assigning an action to a hook-op combination.
trigger_assign_form_submit in drupal-6.x/modules/trigger/trigger.admin.inc
Submit function for trigger_assign_form().
trigger_install in drupal-6.x/modules/trigger/trigger.install
Implementation of hook_install().