EntityViewBuilder::$cacheBin

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityViewBuilder.php \Drupal\Core\Entity\EntityViewBuilder::cacheBin
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityViewBuilder.php \Drupal\Core\Entity\EntityViewBuilder::cacheBin
  3. 10 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 58

Class

EntityViewBuilder
Base class for entity view builders.

Namespace

Drupal\Core\Entity

Code

protected $cacheBin = 'render';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.