You are here

public function field_timer_jquery_countdown_led_datestamp::getFieldType in Field Timer 7.2

@inheritdoc

Overrides field_timer_formatter_interface::getFieldType

File

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

Class

field_timer_jquery_countdown_led_datestamp
Class for field_timer_jquery_countdown formatter and datestamp field type.

Code

public function getFieldType() {
  return 'datestamp';
}