trigger.admin.inc
Version 1.21 (checked in on 2009/11/06 at 03:59:06 by webchick)
Admin page callbacks for the trigger module.
Functions
| 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. |
