function HelpTopicSection::getCacheContexts
Overrides UnchangingCacheableDependencyTrait::getCacheContexts
File
-
core/
modules/ help/ src/ Plugin/ HelpSection/ HelpTopicSection.php, line 99
Class
- HelpTopicSection
- Provides the help topics list section for the help page.
Namespace
Drupal\help\Plugin\HelpSectionCode
public function getCacheContexts() {
return $this->getCacheMetadata()
->getCacheContexts();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.