You are here

protected property EntityViewBuilder::$cacheBin in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityViewBuilder.php \Drupal\Core\Entity\EntityViewBuilder::cacheBin

The cache bin used to store the render cache.

Type: string

File

core/lib/Drupal/Core/Entity/EntityViewBuilder.php, line 53
Contains \Drupal\Core\Entity\EntityViewBuilder.

Class

EntityViewBuilder
Base class for entity view builders.

Namespace

Drupal\Core\Entity

Code

protected $cacheBin = 'render';