You are here

constant TimeFieldFormatter::DISPLAY_HMSMS in Time Formatter 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Field/FieldFormatter/TimeFieldFormatter.php \Drupal\time_formatter\Plugin\Field\FieldFormatter\TimeFieldFormatter::DISPLAY_HMSMS

Denotes that the field should be displayed as "123h 59m 59s 999ms".

File

src/Plugin/Field/FieldFormatter/TimeFieldFormatter.php, line 38

Class

TimeFieldFormatter
Plugin implementation of the 'time_field_formatter' formatter.

Namespace

Drupal\time_formatter\Plugin\Field\FieldFormatter

Code

const DISPLAY_HMSMS = 0;