You are here

protected property RevisionOverviewController::$renderer in Entity API 8.0

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

The renderer.

Type: \Drupal\Core\Render\RendererInterface

File

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

Class

RevisionOverviewController
Provides a controller which shows the revision history.

Namespace

Drupal\entity\Controller

Code

protected $renderer;