You are here

public function field_timer_jquery_countdown_led_base::getFormatterName in Field Timer 7.2

@inheritdoc

Overrides field_timer_formatter_interface::getFormatterName

File

includes/field_timer_jquery_countdown_led.inc, line 168
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 function getFormatterName() {
  return 'field_timer_jquery_countdown_led';
}