You are here

protected property RevisionOverviewController::$dateFormatter in Entity API 8.0

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

The date formatter.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

src/Controller/RevisionOverviewController.php, line 38
Contains \Drupal\entity\Controller\RevisionOverviewController.

Class

RevisionOverviewController
Provides a controller which shows the revision history.

Namespace

Drupal\entity\Controller

Code

protected $dateFormatter;