public function ConfigBase::getCacheMaxAge in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/ConfigBase.php \Drupal\Core\Config\ConfigBase::getCacheMaxAge()
- 9 core/lib/Drupal/Core/Config/ConfigBase.php \Drupal\Core\Config\ConfigBase::getCacheMaxAge()
File
- core/
lib/ Drupal/ Core/ Config/ ConfigBase.php, line 271
Class
- ConfigBase
- Provides a base class for configuration objects with get/set support.
Namespace
Drupal\Core\ConfigCode
public function getCacheMaxAge() {
return $this->cacheMaxAge;
}