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