Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
UnchangingCacheableDependencyTrait.php
function UnchangingCacheableDependencyTrait::getCacheContexts
1 method overrides
UnchangingCacheableDependencyTrait::getCacheContexts()
HelpTopicSection::getCacheContexts
in core/
modules/
help/
src/
Plugin/
HelpSection/
HelpTopicSection.php
File
core/
lib/
Drupal/
Core/
Cache/
UnchangingCacheableDependencyTrait.php
, line 15
Class
UnchangingCacheableDependencyTrait
Trait to implement CacheableDependencyInterface for unchanging objects.
Namespace
Drupal\Core\Cache
Code
public
function
getCacheContexts
() {
return
[]; }
RSS feed