public function EntityBase::getCacheMaxAge in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getCacheMaxAge()
- 9 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getCacheMaxAge()
File
- core/
lib/ Drupal/ Core/ Entity/ EntityBase.php, line 477
Class
- EntityBase
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
public function getCacheMaxAge() {
return $this->cacheMaxAge;
}