[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/trigger/ -> trigger.admin.inc (summary)

(no description)

File Size: 284 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  trigger_assign()
  trigger_unassign()
  trigger_unassign_submit()
  trigger_assign_form()
  trigger_assign_form_validate()
  trigger_assign_form_submit()
  theme_trigger_display()
  _trigger_get_hook_actions()

Functions
Functions that are not part of a class:

trigger_assign($type = NULL)   X-Ref
Build the form that allows users to assign actions to hooks.

param: $type
return:

trigger_unassign($form_state, $hook = NULL, $op = NULL, $aid = NULL)   X-Ref
Confirm removal of an assigned action.

param: $hook
param: $op
param: $aid

trigger_unassign_submit($form, &$form_state)   X-Ref
No description

trigger_assign_form($form_state, $hook, $op, $description)   X-Ref
Create the form definition for assigning an action to a hook-op combination.

param: $form_state
param: $hook
param: $op
param: $description
return:

trigger_assign_form_validate($form, $form_state)   X-Ref
Validation function for trigger_assign_form().

Makes sure that the user is not re-assigning an action to an event.

trigger_assign_form_submit($form, $form_state)   X-Ref
Submit function for trigger_assign_form().


theme_trigger_display($element)   X-Ref
Display actions assigned to this hook-op combination in a table.

param: array $element
return:

_trigger_get_hook_actions($hook, $op, $type = NULL)   X-Ref
Get the actions that have already been defined for this
type-hook-op combination.

param: $type
param: $hook
param: $op
return:



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7