You are here

final public function field_timer_jquery_countdown_led_base::getFormatterDefinition in Field Timer 7.2

@inheritdoc

Overrides field_timer_formatter_interface::getFormatterDefinition

File

includes/field_timer_jquery_countdown_led.inc, line 18
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

public final function getFormatterDefinition() {
  return array(
    'label' => t('jQuery Countdown LED'),
    'description' => t('Display timer and countdown as a LED.'),
  );
}