You are here

Functions in Webform Rules 7

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_rules_client_form_submit ./webform_rules.module Custom submit handler for webform submissions. 1
webform_rules_condition_data_nid ./webform_rules.rules.inc Compare the form id of the submitted webform with the selected form. 1
webform_rules_condition_data_nid_assertions ./webform_rules.rules.inc Use an assertion to expose webform component submission data.
webform_rules_condition_node_is_webform ./webform_rules.rules.inc Condition callback to determine whether a node contains a webform. 1 1
webform_rules_condition_webform_has_id ./webform_rules.rules.inc Function to compare the form id of the submitted webform with the selected form. 1
webform_rules_form_alter ./webform_rules.module Implements of hook_form_alter().
webform_rules_get_webforms ./webform_rules.module Get a list of all webforms. 1
webform_rules_get_webforms_as_options ./webform_rules.module Get an option list of all webforms. 3
webform_rules_prepare_component_value ./webform_rules.module Prepare component value for output. Code adapted from drupal_to_js(). 1
webform_rules_render_component ./webform_rules.module Render value of component. 1
webform_rules_rules_action_info ./webform_rules.rules.inc Implements hook_rules_action_info().
webform_rules_rules_condition_info ./webform_rules.rules.inc Implementation of hook_condition_info().
webform_rules_rules_data_info ./webform_rules.rules.inc Implements hook_rules_data_info().
webform_rules_rules_event_info ./webform_rules.rules.inc Implements of hook_rules_event_info().
webform_rules_rules_invoke_event ./webform_rules.module Invoke rules event with submitted data. 4
webform_rules_submissions_load ./webform_rules.rules.inc Rules action to load a list of webform submissions. 1
webform_rules_submission_data_get ./webform_rules.rules.inc Getter callback for webform submission data. 1
webform_rules_tokens ./webform_rules.module Implements hook_tokens().
webform_rules_token_info ./webform_rules.module Implements hook_token_info().
webform_rules_webform_close ./webform_rules.rules.inc Rules action callback to close webforms. 1
webform_rules_webform_open ./webform_rules.rules.inc Rules action callback to open webforms. 1
webform_rules_webform_statuschange_validate ./webform_rules.rules.inc Validation callback for actions 'webform_rules_webform_open' and 'webform_rules_webform_close'. 1
webform_rules_webform_submission_delete ./webform_rules.module Implements hook_webform_submission_delete().
webform_rules_webform_submission_insert ./webform_rules.module Implements hook_webform_submission_insert().
webform_rules_webform_submission_update ./webform_rules.module Implements hook_webform_submission_update().
_webform_rules_component_property_info ./webform_rules.rules.inc Utility callback to build property info based on a particular webform's components. 2
_webform_rules_event_variables ./webform_rules.rules.inc Helper function for event variables. 1
_webform_rules_webform_set_status ./webform_rules.rules.inc Helper method to update the status of a webform. 2

Other projects