Version 1.36 (checked in on 2010/03/07 at 07:22:41 by webchick)
This is the actions engine for executing stored actions.
| Name | Description |
|---|---|
| actions_actions_map | Creates an associative array keyed by md5 hashes of function names or IDs. |
| actions_delete | Deletes a single action from the database. |
| actions_do | Performs a given list of actions by executing their callback functions. |
| actions_function_lookup | Given an md5 hash of an action array key, returns the key (function or ID). |
| actions_get_all_actions | Retrieves all action instances from the database. |
| actions_list | Discovers all available actions by invoking hook_action_info(). |
| actions_load | Retrieves a single action from the database. |
| actions_save | Saves an action and its user-supplied parameter values to the database. |
| actions_synchronize | Synchronizes actions that are provided by modules in hook_action_info(). |