api.drupal.org BETAapi.drupal.org BETA

Navigation

  • API reference
    • Constants
    • Files
    • Functions
    • Topics
  • News aggregator

API module bugs

  • hai
  • parser fails to include many html files
  • empty titles used when file_name would be better
  • large files cause cron to get stuck
  • Function names beginning with ampersand
  • @see breaks summaries
  • Titles of functions returning a reference (e.g. &batch_get()) not displayed
  • mainpage only recognized in the first path and if it's the only one
  • Function always reference itself
  • Support functions returning references
more
Home › API reference

actions_do

  • Drupal 5.x
  • View documentation
  • List references

Functions that call actions_do()

Namesort iconLocationDescription
trigger_commentdrupal/modules/trigger/trigger.moduleImplementation of hook_comment().
trigger_crondrupal/modules/trigger/trigger.moduleImplementation of hook_cron().
trigger_example_trigger_examplecontributions/docs/developer/examples/trigger_example.moduleImplementation of hook_trigger_example().
trigger_nodeapidrupal/modules/trigger/trigger.moduleImplementation of hook_nodeapi().
trigger_taxonomydrupal/modules/trigger/trigger.moduleImplementation of hook_taxonomy().
trigger_userdrupal/modules/trigger/trigger.moduleImplementation of hook_user().

Functions called by actions_do()

Namesort iconLocationDescription
actions_listdrupal/includes/actions.incDiscover all action functions by invoking hook_action_info().
db_fetch_objectdrupal/includes/database.pgsql.incFetch one result row from the previous query as an object.
db_querydrupal/includes/database.pgsql.incRuns a basic query in the active database.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.
watchdogdrupal/includes/bootstrap.incLog a system message.