function EntityType::isRenderCacheable
Indicates whether the rendered output of entities should be cached.
Return value
bool
Overrides EntityTypeInterface::isRenderCacheable
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityType.php, line 413
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function isRenderCacheable() {
return $this->render_cache;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.