public static function RulesDataUIPartyHatName::getDefaultMode in Party 8.2
Same name and namespace in other branches
- 7 modules/party_hat/party_hat.rules.inc \RulesDataUIPartyHatName::getDefaultMode()
File
- modules/
party_hat/ party_hat.rules.inc, line 123 - Rules integration with party hats.
Class
- RulesDataUIPartyHatName
- Adds a hat chooser form to the enabling action.
Code
public static function getDefaultMode() {
return 'input';
}