You are here

constant TimeFieldFormatter::DISPLAY_HMS 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_HMS

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

File

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

Class

TimeFieldFormatter
Plugin implementation of the 'time_field_formatter' formatter.

Namespace

Drupal\time_formatter\Plugin\Field\FieldFormatter

Code

const DISPLAY_HMS = 1;