You are here

public static function RulesDataUICommercePrice::getDefaultMode in Commerce Core 7

Specifies the default input mode per data type.

Overrides RulesDataUI::getDefaultMode

File

modules/price/commerce_price.rules.inc, line 30
Rules integration for the Price module.

Class

RulesDataUICommercePrice
Defines a commerce_price input form for Rules actions altering price fields.

Code

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