You are here

Functions in Webform Paypal 7

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_webform_display_paypal ./webform_paypal.module Format the output of data for this component.
webform_paypal_button_url ./webform_paypal.module Build a button url based on required parameters 1
webform_paypal_form_alter ./webform_paypal.module Implements of hook_form_alter().
webform_paypal_permission ./webform_paypal.module Implements hook_permission().
webform_paypal_submit ./webform_paypal.module Submit function to send user to paypal after form values saved. 1
webform_paypal_webform_component_info ./webform_paypal.module Define components to Webform.
_webform_csv_data_paypal ./webform_paypal.module Implements _webform_csv_data_component().
_webform_csv_headers_paypal ./webform_paypal.module Implements _webform_csv_headers_component().
_webform_defaults_paypal ./webform_paypal.module Implements _webform_defaults_component().
_webform_display_paypal ./webform_paypal.module Implements _webform_display_component().
_webform_edit_paypal ./webform_paypal.module Generate the form for editing a component. When someone builds a Webform, the first step is to add a component to the form. Next, they have to edit the settings for the component that they just added. This function, then, allows you to define the…
_webform_edit_paypal_validate ./webform_paypal.module Element validate handler 1
_webform_render_paypal ./webform_paypal.module Render a Webform component to be part of a form. This function allows you to define how your webform component will be rendered when a "regular" user is filling it out.
_webform_submit_paypal ./webform_paypal.module A hook for changing the input values before saving to the database.
_webform_table_paypal ./webform_paypal.module Implements _webform_table_component().
_webform_theme_paypal ./webform_paypal.module Implements _webform_theme_component().

Other projects