actions.inc
Version
1.8.2.3 (checked in on 2008/08/12 at 06:57:31 by dries)
Description
This is the actions engine for executing stored actions.
Functions
| Name | Description |
|---|---|
| actions_actions_map | Create an associative array keyed by md5 hashes of function names. |
| actions_delete | Delete a single action from the database. |
| actions_do | Perform a given list of actions by executing their callback functions. |
| actions_function_lookup | Given an md5 hash of a function name, return the function name. |
| actions_get_all_actions | Retrieve all action instances from the database. |
| actions_list | Discover all action functions by invoking hook_action_info(). |
| actions_load | Retrieve a single action from the database. |
| actions_save | Save an action and its associated user-supplied parameter values to the database. |
| actions_synchronize | Synchronize actions that are provided by modules. |
