You are here

public function field_timer_jquery_countdown_led_base::getPluginName in Field Timer 7.2

@inheritdoc

Overrides field_timer_formatter_js_base::getPluginName

File

includes/field_timer_jquery_countdown_led.inc, line 175
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 getPluginName() {
  return 'jquery.countdown.led';
}