actions_do
Functions that call actions_do()
| Name | Location | Description |
|---|---|---|
| actions_do | includes/actions.inc | Perform a given list of actions by executing their callback functions. |
| trigger_comment | modules/trigger/trigger.module | Implementation of hook_comment(). |
| trigger_cron | modules/trigger/trigger.module | Implementation of hook_cron(). |
| trigger_nodeapi | modules/trigger/trigger.module | Implementation of hook_nodeapi(). |
| trigger_taxonomy | modules/trigger/trigger.module | Implementation of hook_taxonomy(). |
| trigger_user | modules/trigger/trigger.module | Implementation of hook_user(). |
Functions called by actions_do()
| Name | Location | Description |
|---|---|---|
| actions_do | includes/actions.inc | Perform a given list of actions by executing their callback functions. |
| actions_list | includes/actions.inc | Discover all action functions by invoking hook_action_info(). |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| watchdog | includes/bootstrap.inc | Log a system message. |
