trigger.module

Version

1.18 (checked in on 2008/08/21 at 19:36:38 by dries)

Description

Enables functions to be stored and executed at a later time when triggered by other modules or by one of Drupal's core API hooks.

Functions

Namesort iconDescription
trigger_access_checkAccess callback for menu system.
trigger_actions_deleteImplementation of hook_actions_delete().
trigger_commentImplementation of hook_comment().
trigger_cronImplementation of hook_cron().
trigger_formsImplementation of hook_forms(). We reuse code by using the same assignment form definition for each node-op combination.
trigger_helpImplementation of hook_help().
trigger_menuImplementation of hook_menu().
trigger_nodeapiImplementation of hook_nodeapi().
trigger_optionsOften we generate a select field of all actions. This function generates the options for that select.
trigger_taxonomyImplementation of hook_taxonomy().
trigger_themeImplementation of hook_theme().
trigger_userImplementation of hook_user().
_trigger_get_hook_aidsGet the aids of actions to be executed for a hook-op combination.
_trigger_normalize_comment_contextWhen an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the comment hook, the node object is not available since the...
_trigger_normalize_node_contextWhen an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on users is called during the node hook, the user object is not available since the node...
_trigger_normalize_user_contextWhen an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the user hook, the node object is not available since the user...