We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31e1a1 commit 72fbe2fCopy full SHA for 72fbe2f
1 file changed
src/Plugin/Deriver/ViewDeriverBase.php
@@ -254,6 +254,7 @@ protected function getCacheMetadataDefinition(ViewEntityInterface $view) {
254
'schema_cache_max_age' => $view->getCacheMaxAge(),
255
'response_cache_contexts' => array_merge($view->getCacheContexts(), [
256
// TODO: check if they are really always there.
257
+ 'languages:language_interface',
258
'languages:language_content',
259
]),
260
];
0 commit comments