You are here

protected function field_timer_jquery_countdown_led_datestamp::getTimestamp in Field Timer 7.2

@inheritdoc

Overrides field_timer_formatter_base::getTimestamp

File

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

protected function getTimestamp($item, $field, $key = 'value') {
  return $item[$key];
}