public function CacheableMetadata::getCacheMaxAge in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/CacheableMetadata.php \Drupal\Core\Cache\CacheableMetadata::getCacheMaxAge()
- 9 core/lib/Drupal/Core/Cache/CacheableMetadata.php \Drupal\Core\Cache\CacheableMetadata::getCacheMaxAge()
File
- core/
lib/ Drupal/ Core/ Cache/ CacheableMetadata.php, line 57
Class
- CacheableMetadata
- Defines a generic class for passing cacheability metadata.
Namespace
Drupal\Core\CacheCode
public function getCacheMaxAge() {
return $this->cacheMaxAge;
}