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