You are here

public static function RulesDataUIShippingSettings::getDefaultMode in Commerce Shipping 7

Specifies the default input mode per data type.

Overrides RulesDataUI::getDefaultMode

File

./commerce_shipping.rules.inc, line 137
Rules integration for shipping.

Class

RulesDataUIShippingSettings
Adds a shipping method settings form to the enabling action.

Code

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