public static function RulesDataUINumberBoolean::getDefaultMode in Boolean Field 7
Specifies the default input mode per data type.
Overrides RulesDataUI::getDefaultMode
File
- ./
boolean.rules.inc, line 28 - Provides integration with Rules module.
Class
- RulesDataUINumberBoolean
- UI for boolean data.
Code
public static function getDefaultMode() {
return 'input';
}