You are here

constant FieldTimerCountdownFormatterBase::LIBRARY_NAME in Field Timer 8

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

Plugin name used to render timer/countdown widget.

Overrides FieldTimerJsFormatterBase::LIBRARY_NAME

File

src/Plugin/Field/FieldFormatter/FieldTimerCountdownFormatterBase.php, line 50

Class

FieldTimerCountdownFormatterBase
Base implementation of formatters that uses jQuery Countdown plugin.

Namespace

Drupal\field_timer\Plugin\Field\FieldFormatter

Code

const LIBRARY_NAME = 'jquery.countdown';