You are here

entity.inc in Render cache 7.2

File

modules/controller/render_cache_entity/src/RenderCache/Controller/entity.inc
View source
<?php

$plugin = array(
  'class' => "\\Drupal\\render_cache_entity\\RenderCache\\Controller\\EntityController",
  'arguments' => array(
    '@render_stack',
    '@render_cache.cache',
  ),
);