You are here

Functions in Commerce Webform 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_webform_autocomplete ./commerce_webform.module Returns output for product autocompletes. 1
commerce_webform_calculate_total_default_price_of_webform ./commerce_webform.module Calculate the total default price of a webform. This is the sum of all productfields if they have a default set.
commerce_webform_commerce_cart_product_comparison_properties_alter ./commerce_webform.module Implements hook_commerce_cart_product_comparison_properties_alter().
commerce_webform_commerce_line_item_type_info ./commerce_webform.module Define a special line item type for line items created via the commerce_webform module. This type will have two fields for storing the webform nid and submission sid of the webform submission which created it.
commerce_webform_conditional_product_select ./productfield.inc Webform conditional form callback. 1
commerce_webform_conditional_product_type_select ./productfield.inc Webform conditional form callback. 1
commerce_webform_configure_submit ./commerce_webform.module Submit handler for webform_configure_form(). Add the extra commerce webform configuration options. 1
commerce_webform_default_rules_configuration ./commerce_webform.rules_defaults.inc Implements hook_default_rules_configuration().
commerce_webform_element_info ./commerce_webform.module Implements hook_element_info().
commerce_webform_entity_view ./commerce_webform.module Implements hook_entity_view().
commerce_webform_field_extra_fields ./commerce_webform.module Implements hook_field_extra_fields().
commerce_webform_form_views_form_commerce_cart_form_default_alter ./commerce_webform.module Implements hook_form_FORM_ID_alter(). Modify the cart modification form.
commerce_webform_form_webform_configure_form_alter ./commerce_webform.module Implements hook_form_FORM_ID_alter(). Add commerce webform items to Form Settings page.
commerce_webform_form_webform_email_edit_form_alter ./commerce_webform.module Implements hook_form_FORM_ID_alter().
commerce_webform_get_products_from_webform_submission ./commerce_webform.module Get a list of commerce products from a webform submission. 2
commerce_webform_get_webform_submissions_from_order ./commerce_webform.module Get all webform submissions linked to an order. 1
commerce_webform_get_webform_submission_from_lineitem ./commerce_webform.module Given a commerce line item return the linked webform submission. 2
commerce_webform_install ./commerce_webform.install Implements hook_install().
commerce_webform_is_commerce_webform ./commerce_webform.module Rules condition callback.
commerce_webform_is_commerce_webform_order ./commerce_webform.module Rules condition callback. 1
commerce_webform_is_specific_commerce_webform_order ./commerce_webform.module Rules condition callback.
commerce_webform_line_item_add_form ./commerce_webform.module Returns the elements necessary to add a product line item through a line item manager widget.
commerce_webform_line_item_add_form_submit ./commerce_webform.module Adds the selected product information to a line item added via a line item manager widget.
commerce_webform_line_item_configuration ./commerce_webform.module Ensures the commerce webform line item type contains a product reference field, webform nid reference field and webform submission sid field.
commerce_webform_line_item_title ./commerce_webform.module Returns an appropriate title for this line item.
commerce_webform_mark_paid ./commerce_webform.rules.inc Rules action. Mark commerce webform submission as paid.
commerce_webform_menu ./commerce_webform.module Implements hook_menu().
commerce_webform_order_create ./commerce_webform.rules.inc Rules action callback. Adds the product stored in a webform submission to the users cart. 1
commerce_webform_order_update ./commerce_webform.rules.inc Rules actions. Update an order from a commerce webform update.
commerce_webform_pane_checkout_form ./commerce_webform.checkout_pane.inc Checkout pane callback Validate the order to check all mandatory items are still in the order at checkout.
commerce_webform_permission ./commerce_webform.module Implements hook_permission().
commerce_webform_productfield_expand ./commerce_webform.module Form API #process function to expand a productfield element. 1
commerce_webform_rules_action_info ./commerce_webform.rules.inc Implements hook_rules_action_info().
commerce_webform_rules_condition_info ./commerce_webform.rules.inc Implements hook_rules_condition_info().
commerce_webform_rules_event_info ./commerce_webform.rules.inc Implements hook_rules_event_info().
commerce_webform_schema_alter ./commerce_webform.install Implements hook_schema_alter(). Add columns to the webform table. 3
commerce_webform_theme ./commerce_webform.module Implements hook_theme().
commerce_webform_tokens ./commerce_webform.tokens.inc Implements hook_token().
commerce_webform_token_info ./commerce_webform.tokens.inc Implements hook_token_info().
commerce_webform_uninstall ./commerce_webform.install Implements hook_uninstall().
commerce_webform_update_7101 ./commerce_webform.install Add an extra column to the webform table to record if submitting the webform should create a new order or add to the basket.
commerce_webform_update_webform_submission_productfield ./commerce_webform.module Update the details stored on a webform submission product field. 3
commerce_webform_webform_component_info ./commerce_webform.module Implements hook_webform_component_info(). Define the commerce webform field
commerce_webform_webform_conditional_operator_info ./commerce_webform.module Implements hook_webform_conditional_operator_info().
theme_commerce_webform_product_display ./productfield.inc Theme of the product selection on the webform.
theme_webform_display_productfield ./productfield.inc Format the text output for this component. 1
webform_conditional_operator_product_is ./productfield.inc Webform conditionals comparison callback for product fields. 1 1
webform_conditional_operator_product_is_not ./productfield.inc Webform conditionals comparison callback for product fields. 1
webform_conditional_operator_product_is_not_of_type ./productfield.inc Webform conditionals comparison callback for product fields. 1
webform_conditional_operator_product_is_of_type ./productfield.inc Webform conditionals comparison callback for product fields. 1 1

Pages

Other projects