Skip to content
Snippets Groups Projects
Commit 11c68ce2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2824547 by Ginovski, faline, Berdir, Wim Leers, catch: Change ViewsData...

Issue #2824547 by Ginovski, faline, Berdir, Wim Leers, catch: Change ViewsData to use the default cache bin instead of discovery
parent 635e4ee3
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -58,7 +58,7 @@ services:
arguments: [wizard, '@container.namespaces', '@cache.discovery', '@module_handler']
views.views_data:
class: Drupal\views\ViewsData
arguments: ['@cache.discovery', '@config.factory', '@module_handler', '@language_manager']
arguments: ['@cache.default', '@config.factory', '@module_handler', '@language_manager']
views.views_data_helper:
class: Drupal\views\ViewsDataHelper
arguments: ['@views.views_data']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment