The cache bin used to store the render cache.
Type: string
File
- core/lib/Drupal/Core/Entity/EntityViewBuilder.php, line 48
Class
- EntityViewBuilder
- Base class for entity view builders.
Namespace
Drupal\Core\Entity
Code
1 | protected $cacheBin = 'render' ; |
Please login to continue.