Version 1.23 (checked in on 2010/03/07 at 07:22:42 by webchick)
Admin page callbacks for the trigger module.
| Name | Description |
|---|---|
| theme_trigger_display | Displays actions assigned to this hook in a table. |
| trigger_assign | Builds the form that allows users to assign actions to triggers. |
| trigger_assign_form | Returns the form for assigning an action to a trigger. |
| trigger_assign_form_submit | Submit function for trigger_assign_form(). |
| trigger_assign_form_validate | Validation function for trigger_assign_form(). |
| trigger_unassign | Confirm removal of an assigned action. |
| trigger_unassign_submit | Submit callback for trigger_unassign() form. |