function EntityTypeInterface::isRenderCacheable
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isRenderCacheable()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isRenderCacheable()
- 11.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isRenderCacheable()
Indicates whether the rendered output of entities should be cached.
Return value
bool
1 method overrides EntityTypeInterface::isRenderCacheable()
- EntityType::isRenderCacheable in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Indicates whether the rendered output of entities should be cached.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 141
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function isRenderCacheable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.