actions.inc

Version 1.36 (checked in on 2010/03/07 at 07:22:41 by webchick)

This is the actions engine for executing stored actions.

Functions

NameDescription
actions_actions_mapCreates an associative array keyed by md5 hashes of function names or IDs.
actions_deleteDeletes a single action from the database.
actions_doPerforms a given list of actions by executing their callback functions.
actions_function_lookupGiven an md5 hash of an action array key, returns the key (function or ID).
actions_get_all_actionsRetrieves all action instances from the database.
actions_listDiscovers all available actions by invoking hook_action_info().
actions_loadRetrieves a single action from the database.
actions_saveSaves an action and its user-supplied parameter values to the database.
actions_synchronizeSynchronizes actions that are provided by modules in hook_action_info().