trigger_comment

Functions called by trigger_comment()

Namesort iconLocationDescription
actions_dodrupal/includes/actions.incPerform a given list of actions by executing their callback functions.
_trigger_get_hook_aidsdrupal/modules/trigger/trigger.moduleGet the aids of actions to be executed for a hook-op combination.
_trigger_normalize_comment_contextdrupal/modules/trigger/trigger.moduleWhen 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...