diff --git a/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php b/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php index 96d2c9d2cc..6013c8c339 100644 --- a/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php +++ b/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php @@ -29,7 +29,7 @@ public function getCacheContexts() { */ public function getCacheTags() { $tags = $this->view->display_handler->getCacheMetadata()->getCacheTags(); - return Cache::mergeContexts(parent::getCacheTags(), $tags); + return Cache::mergeTags(parent::getCacheTags(), $tags); } /**