actions.inc

Version 1.8.2.12 (checked in on 2010-05-28 at 15:08:22 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.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options