protected function ContentLanguageSettingsTest::getExpectedCacheContexts in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php \Drupal\Tests\jsonapi\Functional\ContentLanguageSettingsTest::getExpectedCacheContexts()
- 9 core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php \Drupal\Tests\jsonapi\Functional\ContentLanguageSettingsTest::getExpectedCacheContexts()
File
- core/
modules/ jsonapi/ tests/ src/ Functional/ ContentLanguageSettingsTest.php, line 125
Class
- ContentLanguageSettingsTest
- JSON:API integration test for "ContentLanguageSettings" config entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function getExpectedCacheContexts(array $sparse_fieldset = NULL) {
return Cache::mergeContexts(parent::getExpectedCacheContexts(), [
'languages:language_interface',
]);
}