You are here

protected property ConfigEntityRevisionsControllerBase::$dateFormatter in Config Entity Revisions 1.x

Same name and namespace in other branches
  1. 8.2 src/ConfigEntityRevisionsControllerBase.php \Drupal\config_entity_revisions\ConfigEntityRevisionsControllerBase::dateFormatter
  2. 8 src/ConfigEntityRevisionsControllerBase.php \Drupal\config_entity_revisions\ConfigEntityRevisionsControllerBase::dateFormatter

Date formatter service.

Type: DateFormatterInterface

File

src/ConfigEntityRevisionsControllerBase.php, line 64

Class

ConfigEntityRevisionsControllerBase
Controller to make library functions available to various consumers.

Namespace

Drupal\config_entity_revisions

Code

protected $dateFormatter;