Version 1.26 (checked in on 2009/03/18 at 09:50:46 by dries)
This is the actions engine for executing stored actions.
| Name | Beschreibung |
|---|---|
| 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. |
Kommentare
Kommentar hinzufügen