Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

actions.inc

Version

1.8.2.4 (checked in on 2008/09/05 at 09:29:22 by dries)

Description

This is the actions engine for executing stored actions.

Functions

Namesort iconDescription
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_actionsRetrieve 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.