function TestCacheableDependency::getCacheContexts
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php \Drupal\Tests\Core\Render\TestCacheableDependency::getCacheContexts()
- 8.9.x core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php \Drupal\Tests\Core\Render\TestCacheableDependency::getCacheContexts()
- 11.x core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php \Drupal\Tests\Core\Render\TestCacheableDependency::getCacheContexts()
Overrides CacheableDependencyInterface::getCacheContexts
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ TestCacheableDependency.php, line 27
Class
- TestCacheableDependency
- Cacheable dependency object for use in tests.
Namespace
Drupal\Tests\Core\RenderCode
public function getCacheContexts() {
return $this->contexts;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.