You are here

protected property RevisionOverviewController::$dateFormatter in Entity API 8

Same name and namespace in other branches
  1. 8.0 src/Controller/RevisionOverviewController.php \Drupal\entity\Controller\RevisionOverviewController::dateFormatter

The date formatter.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

src/Controller/RevisionOverviewController.php, line 31

Class

RevisionOverviewController
Provides a controller which shows the revision history.

Namespace

Drupal\entity\Controller

Code

protected $dateFormatter;