Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::isRenderCacheable()
  2. 9 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\Entity

Code

public function isRenderCacheable();