| Name | Location | Description |
|---|---|---|
| trigger_comment | drupal/modules/trigger/trigger.module | Implementation of hook_comment(). |
| trigger_cron | drupal/modules/trigger/trigger.module | Implementation of hook_cron(). |
| trigger_example_trigger_example | contributions/docs/developer/examples/trigger_example.module | Implementation of hook_trigger_example(). |
| trigger_nodeapi | drupal/modules/trigger/trigger.module | Implementation of hook_nodeapi(). |
| trigger_taxonomy | drupal/modules/trigger/trigger.module | Implementation of hook_taxonomy(). |
| trigger_user | drupal/modules/trigger/trigger.module | Implementation of hook_user(). |
| Name | Location | Description |
|---|---|---|
| actions_list | drupal/includes/actions.inc | Discover all action functions by invoking hook_action_info(). |
| db_fetch_object | drupal/includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | drupal/includes/database.pgsql.inc | Runs a basic query in the active database. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |
| watchdog | drupal/includes/bootstrap.inc | Log a system message. |