You are here

Functions in Ubercart Webform Checkout Pane 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_uc_webform_pane_order_view ./uc_webform_pane.module Theme webform submission data on the order view page.
uc_webform_pane_access_validate ./uc_webform_pane.module Make sure that the user trying to modify the UC checkout pane enabled webform has adequate Ubercart permissions. 1
uc_webform_pane_checkout_pane ./uc_webform_pane.module Implementation of hook_checkout_pane().
uc_webform_pane_checkout_pane_alter ./uc_webform_pane.module Implementation of drupal_alter('checkout_pane', $panes).
uc_webform_pane_checkout_pane_callback ./uc_webform_pane.module Checkout Pane callback for dynamic callback function.
uc_webform_pane_form_alter ./uc_webform_pane.module Implementation of hook_form_alter().
uc_webform_pane_install ./uc_webform_pane.install Implementation of hook_install().
uc_webform_pane_nodeapi ./uc_webform_pane.module Implementation of hook_nodeapi().
uc_webform_pane_nodestatus ./uc_webform_pane.module Check if a webform node should be selectable as a checkout pane. 2
uc_webform_pane_order ./uc_webform_pane.module Implementation of hook_order().
uc_webform_pane_order_pane ./uc_webform_pane.module Implementation of hook_order_pane().
uc_webform_pane_order_pane_callback ./uc_webform_pane.module Order Pane callback for dynamic order callback function.
uc_webform_pane_schema ./uc_webform_pane.install Implementation of hook_schema().
uc_webform_pane_theme ./uc_webform_pane.module Implementation of hook_theme().
uc_webform_pane_token_list ./uc_webform_pane.module Implementation of hook_token_list().
uc_webform_pane_token_values ./uc_webform_pane.module Implementation of hook_token_values().
uc_webform_pane_uc_checkout_complete ./uc_webform_pane.module Implementation of hook_uc_checkout_complete().
uc_webform_pane_uninstall ./uc_webform_pane.install Implementation of hook_uninstall().
uc_webform_pane_update_6204 ./uc_webform_pane.install Add a new table to store webform submissions with related order ids.
uc_webform_pane_update_6309 ./uc_webform_pane.install Assign all Webform pane submissions to order users (updates anonymous checkouts with user creation).
uc_webform_pane_update_6310 ./uc_webform_pane.install Remove the unused cid_order_id field.
uc_webform_pane_webform_conditional_css_ids_alter ./uc_webform_pane.module Implementation of drupal_alter('webform_conditional_css_ids', $css_ids, $form).
uc_webform_pane_webform_conditional_element_after_build ./uc_webform_pane.module An adapted version of Webform Conditional's webform_conditional_element_after_build(). 1
uc_webform_pane_webform_configure_form_submit ./uc_webform_pane.module Mark the webform as a potential checkout pane. 1
uc_webform_pane_wv_validate ./uc_webform_pane.module Send the values of each Webform Pane through to Webform Validation checkers. 1
_uc_webform_pane_edit_form ./uc_webform_pane.module Generate a form to edit webform submission data. 2
_uc_webform_pane_edit_form_prepare ./uc_webform_pane.module Prepare form fields for processing using UCWP. 1
_uc_webform_pane_get_data ./uc_webform_pane.module Return webform submission data. 3
_uc_webform_pane_get_nodes ./uc_webform_pane.module Return list of webform nodes. 5
_uc_webform_pane_get_sid ./uc_webform_pane.module Return webform submission id. 3
_uc_webform_pane_render ./uc_webform_pane.module Render webform submission data. 2
_uc_webform_pane_save ./uc_webform_pane.module Save pane values as webform submission through Webform submit handler. 2

Other projects