You are here

function _uc_recurring_subscription_group_options in UC Recurring Payments and Subscriptions 7.2

File

modules/uc_recurring_subscription/uc_recurring_subscription.rules.inc, line 141
Rules definitions.

Code

function _uc_recurring_subscription_group_options() {
  return array(
    'subscribe_grant_og' => t('Apply the groups set by the Subscription Manager on creation.'),
    'expire_grant_og' => t('Apply the groups set by the Subscription Manager on expiration.'),
    'expire_revoke_og' => t('Revoke the groups set by the Subscription Manager on expiration.'),
    'custom' => t('Custom selected groups (select from below)'),
  );
}