| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 996 lines (39 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| rules_admin_form_overview(&$form_state) X-Ref |
| Lists the available rules. |
| rules_admin_form_overview_submit($form_id, &$form_state) X-Ref |
| No description |
| rules_admin_check_token() X-Ref |
| Check to see if the token module is installed, and if not put up a message. Only call this function if the user is already in a position for this to be useful. |
| rules_admin_form_add_rule(&$form_state, $set_info = FALSE) X-Ref |
| Returns the add rule form |
| rules_admin_form_add_rule_validate($form_id, &$form_state) X-Ref |
| No description |
| rules_admin_form_add_rule_submit($form_id, &$form_state) X-Ref |
| No description |
| rules_admin_form_rule_settings($rule, $is_set = FALSE, $changable_name = TRUE) X-Ref |
| Returns the form for the settings of a rule param: $is_set |
| rules_admin_form_edit_rule(&$form_state, $proxy) X-Ref |
| Returns the form for editing a rule |
| rules_admin_form_edit_rule_validate($form, &$form_state) X-Ref |
| No description |
| rules_admin_form_edit_rule_submit(&$form, &$form_state) X-Ref |
| No description |
| rules_admin_form_add(&$form_state, $proxy, $type, $parent_id = NULL) X-Ref |
| Returns the form for the add operation This handles adding conditions and actions param: $type Either 'action' or 'condition' or 'op' param: $parent_id The id of the the element where the condition / action is to be added |
| rules_admin_form_add_action(&$form_state, &$element) X-Ref |
| Returns the form for the first action add page |
| rules_admin_form_add_condition(&$form_state, &$element, $parent) X-Ref |
| Returns the form for the first condition add page |
| rules_admin_form_add_op(&$form_state, $element, $parent) X-Ref |
| Indenting a condition Adds a logical operation and place the given condition element inside. We automatically determine which operation is to be added. |
| rules_admin_form_add_submit($form, &$form_state) X-Ref |
| No description |
| rules_admin_form_pack_storage($form, &$form_state) X-Ref |
| Use this function when there should be a further step. It puts all variables needed into the form storage |
| rules_admin_form_unpack_storage($form, &$form_state) X-Ref |
| Puts the variables out of storage on their usual place. Invoked through #after_build, which is set by rules_admin_form_pack_storage(). |
| rules_admin_form_edit(&$form_state, $proxy, $element) X-Ref |
| Returns the form for the edit operation This handles editing conditions and actions param: $id The id of the the element where the condition / action is to be added |
| rules_admin_form_edit_action(&$form_state, $element) X-Ref |
| Returns the edit form for an action |
| rules_admin_form_edit_action_submit($form, &$form_state) X-Ref |
| No description |
| rules_admin_form_edit_condition(&$form_state, $element) X-Ref |
| Returns the edit form for a condition |
| rules_admin_form_edit_condition_submit($form, &$form_state) X-Ref |
| Apply the changes to the element |
| rules_admin_form_edit_op(&$form_state, $element) X-Ref |
| Returns the edit form of a logical operation |
| rules_admin_form_edit_op_submit($form, &$form_state) X-Ref |
| Apply the changes to the element |
| rules_admin_form_edit_save($form, &$form_state) X-Ref |
| Actually saves the element. Note that this handles also saving newly added elements. |
| rules_admin_form_edit_delete_submit($form, &$form_state) X-Ref |
| Just redirect to the delete form |
| rules_admin_element_alter_form(&$form, &$form_state, $element) X-Ref |
| Allows the element to alter the default configuration form |
| rules_admin_element_alter_form_validate(&$form, &$form_state) X-Ref |
| No description |
| rules_admin_element_alter_form_submit(&$form, &$form_state, &$element) X-Ref |
| No description |
| rules_admin_new_variables_form(&$form, &$form_state, $element) X-Ref |
| Returns form elements for new variables |
| rules_admin_new_variables_form_validate($form, &$form_state) X-Ref |
| No description |
| rules_admin_new_variables_form_submit(&$form, &$form_state, &$element) X-Ref |
| No description |
| rules_admin_default_argument_form(&$form, &$form_state, $element) X-Ref |
| Returns the argument form for the given element |
| rules_admin_default_argument_form_submit($form, &$form_state, &$element) X-Ref |
| No description |
| rules_admin_form_delete(&$form_state, $proxy, $element) X-Ref |
| Shows the delete form for elements (conditions, actions, ..) |
| rules_admin_form_delete_submit($form_id, $form_state) X-Ref |
| No description |
| rules_admin_form_clone(&$form_state, $proxy) X-Ref |
| Clones a rule |
| rules_admin_determine_operation(&$proxy, $id) X-Ref |
| Determines which operation should be added If the parent operation is an AND, we add an OR, and vice versa. |
| rules_admin_elements_get_logical_ops() X-Ref |
| Returns a list of available logical operations suitable for use with #options |
| _rules_admin_element_is_logical_op($element) X-Ref |
| No description |
| theme_rules_admin_unsatisfied_elements($element) X-Ref |
| Themes the a list of actions or conditions, that are not satisfiable. |
| theme_rules_admin_unsatisfied_elements_group($grouped_rules, $elements) X-Ref |
| Themes not satisifable elements of a group. |
| rules_admin_categories_autocomplete($string) X-Ref |
| Menu callback for the autocompletion of categories. |
| rules_admin_save_element_label($form, &$form_state, &$element) X-Ref |
| Saves the element label. |
| rules_admin_settings(&$form_state) X-Ref |
| Defines the rules settings form |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |