On this page
actions.inc
This is the actions engine for executing stored actions.
File
includes/actions.incFunctions
| Name | Description |
|---|---|
| actions_actions_map | Creates an associative array keyed by hashes of function names or IDs. |
| actions_delete | Deletes a single action from the database. |
| actions_do | Performs a given list of actions by executing their callback functions. |
| actions_function_lookup | Returns an action array key (function or ID), given its hash. |
| actions_get_all_actions | Retrieves all action instances from the database. |
| actions_list | Discovers all available actions by invoking hook_action_info(). |
| actions_load | Retrieves a single action from the database. |
| actions_save | Saves an action and its user-supplied parameter values to the database. |
| actions_synchronize | Synchronizes actions that are provided by modules in hook_action_info(). |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!actions.inc/7.x