actions.inc

Version 1.8.2.10 (checked in on 2009/11/06 at 08:14:05 by goba)

This is the actions engine for executing stored actions.

Functions

NameDescription
actions_actions_mapCreate an associative array keyed by md5 hashes of function names.
actions_deleteDelete a single action from the database.
actions_doPerform a given list of actions by executing their callback functions.
actions_function_lookupGiven an md5 hash of a function name, return the function name.
actions_get_all_actionsRetrieves all action instances from the database.
actions_listDiscover all action functions by invoking hook_action_info().
actions_loadRetrieve a single action from the database.
actions_saveSave an action and its associated user-supplied parameter values to the database.
actions_synchronizeSynchronize actions that are provided by modules.
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.