You are here

Functions in UC Recurring Payments and Subscriptions 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
uc_recurring_includes ./uc_recurring.module Include uc recurring own payment gateway implementations. 1
uc_recurring_init ./uc_recurring.module Implementation of hook_init().
uc_recurring_install ./uc_recurring.install Implementation hook_install().
uc_recurring_invoke ./uc_recurring.module Invoke an item type specific function, which will be item types base appended with _$op. The parameters given in $params will be passed to this function. 5
uc_recurring_menu ./uc_recurring.module Implementation of hook_menu().
uc_recurring_mock_gateway_order test/uc_recurring_mock_gateway.module Implements hook_order
uc_recurring_mock_gateway_payment_method test/uc_recurring_mock_gateway.module Implementation of hook_payment_method().
uc_recurring_mock_gateway_process test/uc_recurring_mock_gateway.module Handle recurring fee process callback 1
uc_recurring_mock_gateway_recurring_info test/uc_recurring_mock_gateway.module Implementation of hook_recurring_info().
uc_recurring_mock_gateway_renew test/uc_recurring_mock_gateway.module Handle recurring fee renew callback 1
uc_recurring_order ./uc_recurring.module Implementation of hook_order(). 1
uc_recurring_order_cart_pane modules/uc_recurring_order/uc_recurring_order.module Implementation of hook_cart_pane().
uc_recurring_order_ca_condition modules/uc_recurring_order/uc_recurring_order.ca.inc Implementation of hook_ca_condition().
uc_recurring_order_checkout_pane modules/uc_recurring_order/uc_recurring_order.module Implementation of hook_checkout_pane().
uc_recurring_order_condition_is_order_recurring modules/uc_recurring_order/uc_recurring_order.ca.inc Check if the order is a recurring order. 1
uc_recurring_order_form_uc_recurring_admin_edit_form_alter modules/uc_recurring_order/uc_recurring_order.module Alter the Edit screen to show the products in the order.
uc_recurring_order_get_intervals modules/uc_recurring_order/uc_recurring_order.module Callback function to return interval options 2
uc_recurring_order_information ./uc_recurring.admin.inc Display recurring information about this order. 1
uc_recurring_order_init modules/uc_recurring_order/uc_recurring_order.module Implementation of hook_init().
uc_recurring_order_menu modules/uc_recurring_order/uc_recurring_order.module Implementation of hook_menu().
uc_recurring_order_order modules/uc_recurring_order/uc_recurring_order.module Implementation of hook_order().
uc_recurring_order_pane_cart modules/uc_recurring_order/uc_recurring_order.module Cart pane recurring form. 1
uc_recurring_order_pane_cart_submit modules/uc_recurring_order/uc_recurring_order.module
uc_recurring_order_pane_checkout modules/uc_recurring_order/uc_recurring_order.module Checkout Pane callback function. 1
uc_recurring_order_process_order modules/uc_recurring_order/uc_recurring_order.module Process a recurring order. 1
uc_recurring_order_recurring_renewal_pending modules/uc_recurring_order/uc_recurring_order.module Implements hook_recurring_renewal_pending()
uc_recurring_order_settings_form modules/uc_recurring_order/uc_recurring_order.module Settings for recurring orders 1
uc_recurring_order_settings_form_submit modules/uc_recurring_order/uc_recurring_order.module
uc_recurring_order_settings_form_validate modules/uc_recurring_order/uc_recurring_order.module
uc_recurring_order_update_6000 modules/uc_recurring_order/uc_recurring_order.install Remove variables that are just holding strings, if you want to edit strings then there are better ways then via variables.
uc_recurring_payment_form ./uc_recurring.admin.inc Recurring payment settings form. 1
uc_recurring_payment_form_save_extensions ./uc_recurring.admin.inc Saves the extension options. 1
uc_recurring_payment_method_supported ./uc_recurring.module Checks that a payment method can process recurring fees. This is done by checking that a recurring fee handler exists for the payment method. 2
uc_recurring_perm ./uc_recurring.module Implementation of hook_perm().
uc_recurring_process_extensions ./uc_recurring.module Handle extensions when a recurring payment was unsuccessful. 1
uc_recurring_product_feature modules/uc_recurring_product/uc_recurring_product.module Implementation of hook_product_feature().
uc_recurring_product_feature_form modules/uc_recurring_product/uc_recurring_product.module Builds the form to display adding or editing a recurring fee feature. 1
uc_recurring_product_feature_form_submit modules/uc_recurring_product/uc_recurring_product.module Submit handler for the recurring feature.
uc_recurring_product_feature_form_validate modules/uc_recurring_product/uc_recurring_product.module
uc_recurring_product_feature_save modules/uc_recurring_product/uc_recurring_product.module 2
uc_recurring_product_fee_load modules/uc_recurring_product/uc_recurring_product.module Loads a recurring fee from a product fee ID. 3
uc_recurring_product_fee_product_delete modules/uc_recurring_product/uc_recurring_product.module Deletes a recurring product. 1
uc_recurring_product_fee_product_save modules/uc_recurring_product/uc_recurring_product.module Saves a recurring product. 1
uc_recurring_product_form_uc_cart_checkout_form_alter modules/uc_recurring_product/uc_recurring_product.module Implementation of hook_form_FORM-ID_alter().
uc_recurring_product_form_uc_order_view_update_form_alter modules/uc_recurring_product/uc_recurring_product.module Implementation of hook_form_FORM-ID_alter().
uc_recurring_product_get_recurring_products_in_order modules/uc_recurring_product/uc_recurring_product.module Get an array of recurring products that should be created for an order. 5
uc_recurring_product_install modules/uc_recurring_product/uc_recurring_product.install Implementation hook_install().
uc_recurring_product_order modules/uc_recurring_product/uc_recurring_product.module Implementation of hook_order().
uc_recurring_product_order_view_update_form_submit modules/uc_recurring_product/uc_recurring_product.module Submit handler for the processing recurring fee. 1
uc_recurring_product_process_order modules/uc_recurring_product/uc_recurring_product.module Passes the information onto the specified fee handler for processing. 3

Pages

Other projects