You are here

public static function FlagRulesUIClass::getDefaultMode in Flag 7.2

Same name and namespace in other branches
  1. 7.3 flag.rules.inc \FlagRulesUIClass::getDefaultMode()

Specifies the default input mode per data type.

Overrides RulesDataUI::getDefaultMode

File

./flag.rules.inc, line 59
Rules integration for the Flag module.

Class

FlagRulesUIClass
UI for inputing flags.

Code

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