You are here

public static function RulesDataUIPaymentSettings::getDefaultMode in Commerce Core 7

Specifies the default input mode per data type.

Overrides RulesDataUI::getDefaultMode

File

modules/payment/commerce_payment.rules.inc, line 293
Rules integration for payments.

Class

RulesDataUIPaymentSettings
Adds a payment method settings form to the enabling action.

Code

public static function getDefaultMode() {
  return 'input';
}