You are here

public static function RulesDataUIPartyHatName::getDefaultMode in Party 7

Same name and namespace in other branches
  1. 8.2 modules/party_hat/party_hat.rules.inc \RulesDataUIPartyHatName::getDefaultMode()

Specifies the default input mode per data type.

Overrides RulesDataUI::getDefaultMode

File

modules/party_hat/party_hat.rules.inc, line 119
Rules integration with party hats.

Class

RulesDataUIPartyHatName
Adds a hat chooser form to the enabling action.

Code

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