You are here

constant FieldTimerCountdownLedFormatter::LED_DAY_DIGITS_ONE in Field Timer 8

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

Available count of days to display in formatter.

File

src/Plugin/Field/FieldFormatter/FieldTImerCountdownLedFormatter.php, line 36

Class

FieldTimerCountdownLedFormatter
Plugin implementation of the 'field_timer_countdown' formatter.

Namespace

Drupal\field_timer\Plugin\Field\FieldFormatter

Code

const LED_DAY_DIGITS_ONE = 1, LED_DAY_DIGITS_TWO = 2, LED_DAY_DIGITS_THREE = 3, LED_DAY_DIGITS_FOUR = 4;