actions.inc

Version 1.34 (checked in on 2009/10/18 at 06:56:23 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().
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.