You are here

constant UC_RECURRING_MENU_DISABLED in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 uc_recurring.module \UC_RECURRING_MENU_DISABLED

Shortcuts for defining disabled or default menu items in the recurring info definitions, rather then needing to specify the whole menu item.

UC_RECURRING_MENU_DISABLED is included for completeness, menu items are assumed to be disabled if not included in a recurring definition.

See also

hook_recurring_info()

3 uses of UC_RECURRING_MENU_DISABLED
uc_recurring_get_fee_ops in ./uc_recurring.module
Provide default options.
uc_recurring_hosted_recurring_info in modules/uc_recurring_hosted/uc_recurring_hosted.module
Implements hook_recurring_info().
uc_recurring_menu in ./uc_recurring.module
Implements hook_menu().

File

./uc_recurring.module, line 27
Allows you to add a recurring fee to a product/SKU to handle subscription type services.

Code

define('UC_RECURRING_MENU_DISABLED', 0);