You are here

protected property FieldTimerJsFormatterBase::$itemKeys in Field Timer 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Field/FieldFormatter/FieldTimerJsFormatterBase.php \Drupal\field_timer\Plugin\Field\FieldFormatter\FieldTimerJsFormatterBase::itemKeys

Stores set of unique html ids for current items.

Type: array

File

src/Plugin/Field/FieldFormatter/FieldTimerJsFormatterBase.php, line 30

Class

FieldTimerJsFormatterBase
Implementation of formatters that uses JavaScript to render timer/countdown.

Namespace

Drupal\field_timer\Plugin\Field\FieldFormatter

Code

protected $itemKeys;