7 calls to actions_list() in Drupal 7
- actions_do in includes/
actions.inc - Performs a given list of actions by executing their callback functions.
- actions_function_lookup in includes/
actions.inc - Returns an action array key (function or ID), given its hash.
- actions_synchronize in includes/
actions.inc - Synchronizes actions that are provided by modules in hook_action_info().
- system_actions_configure in modules/
system/ system.admin.inc - Menu callback; Creates the form for configuration of a single action.
- system_actions_manage in modules/
system/ system.admin.inc - Menu callback; Displays an overview of available and configured actions.
- trigger_assign_form in modules/
trigger/ trigger.admin.inc - Returns the form for assigning an action to a trigger.
- trigger_assign_form_submit in modules/
trigger/ trigger.admin.inc - Form submission handler for trigger_assign_form().