function CommentCacheTagsTest::getDefaultCacheContexts
Same name in other branches
- 9 core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php \Drupal\Tests\comment\Functional\CommentCacheTagsTest::getDefaultCacheContexts()
- 10 core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php \Drupal\Tests\comment\Functional\CommentCacheTagsTest::getDefaultCacheContexts()
Overrides EntityWithUriCacheTagsTestBase::getDefaultCacheContexts
File
-
core/
modules/ comment/ tests/ src/ Functional/ CommentCacheTagsTest.php, line 170
Class
- CommentCacheTagsTest
- Tests the Comment entity's cache tags.
Namespace
Drupal\Tests\comment\FunctionalCode
protected function getDefaultCacheContexts() : array {
return [
'languages:' . LanguageInterface::TYPE_INTERFACE,
'theme',
'user.permissions',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.