You are here

public function field_timer_jquery_countdown_base::getFormatterName in Field Timer 7.2

@inheritdoc

Overrides field_timer_formatter_interface::getFormatterName

File

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

Class

field_timer_jquery_countdown_base
Base class for field_timer_jquery_countdown formatter.

Code

public function getFormatterName() {
  return 'field_timer_jquery_countdown';
}