You are here

public static function RulesDataUIEventStateReference::getDefaultMode in Booking and Availability Management Tools for Drupal 7

Specifies the default input mode per data type.

Overrides RulesDataUI::getDefaultMode

File

modules/bat_event/bat_event.rules.inc, line 29

Class

RulesDataUIEventStateReference
Defines a bat_event_state_reference input form for Rules.

Code

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