Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.8.2.4 (checked in on 2008/09/05 at 09:29:22 by dries)
This is the actions engine for executing stored actions.
| 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. |