You are here

public function field_timer_formatter_interface::renderItems in Field Timer 7.2

Render field items.

Parameters

@see hook_field_formatter_view().:

Return value

array Drupal renderable array.

4 methods override field_timer_formatter_interface::renderItems()
field_timer_county_base::renderItems in includes/field_timer_county.inc
@inheritdoc
field_timer_jquery_countdown_base::renderItems in includes/field_timer_jquery_countdown.inc
@inheritdoc
field_timer_jquery_countdown_led_base::renderItems in includes/field_timer_jquery_countdown_led.inc
@inheritdoc
field_timer_text_base::renderItems in includes/field_timer_text.inc
Render field items.

File

includes/field_timer_base.inc, line 62
Contains base help classes to perform field formatter related actions.

Class

field_timer_formatter_interface
Field formatter interface.

Code

public function renderItems($entity_type, $entity, $field, $instance, $langcode, $items, $display);