You are here

protected function field_timer_jquery_countdown_led_base::formatterThemes in Field Timer 7.2

4 calls to field_timer_jquery_countdown_led_base::formatterThemes()
field_timer_jquery_countdown_led_base::getSettingsForm in includes/field_timer_jquery_countdown_led.inc
@inheritdoc
field_timer_jquery_countdown_led_base::getSettingsSummary in includes/field_timer_jquery_countdown_led.inc
@inheritdoc
field_timer_jquery_countdown_led_date_field_base::getSettingsForm in includes/field_timer_jquery_countdown_led.inc
@inheritdoc
field_timer_jquery_countdown_led_date_field_base::getSettingsSummary in includes/field_timer_jquery_countdown_led.inc
@inheritdoc

File

includes/field_timer_jquery_countdown_led.inc, line 205
Help file. Contains help classes to perform field_timer_jquery_countdown_led formatter related actions.

Class

field_timer_jquery_countdown_led_base
Base class for field_timer_jquery_countdown_led formatter.

Code

protected function formatterThemes() {
  return array(
    'green' => t('Green'),
    'blue' => t('Blue'),
  );
}