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