@@ -20,15 +20,6 @@ protected function defaultCacheContexts() {
2020 ], parent ::defaultCacheContexts ());
2121 }
2222
23- /**
24- * {@inheritdoc}
25- */
26- protected function defaultCacheTags () {
27- return array_merge ([
28- 'config:field.storage.node.field_tags ' ,
29- ], parent ::defaultCacheTags ());
30- }
31-
3223 /**
3324 * Test that the view returns both nodes.
3425 */
@@ -47,7 +38,6 @@ public function testSimpleView() {
4738 ],
4839 ],
4940 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
50- 'config:views.view.graphql_bundle_test ' ,
5141 'config:views.view.graphql_test ' ,
5242 'node:1 ' ,
5343 'node:2 ' ,
@@ -91,7 +81,6 @@ public function testPagedView() {
9181 ],
9282 ],
9383 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
94- 'config:views.view.graphql_bundle_test ' ,
9584 'config:views.view.graphql_test ' ,
9685 'node:1 ' ,
9786 'node:2 ' ,
@@ -146,7 +135,6 @@ public function testSortedView() {
146135 ],
147136 ],
148137 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
149- 'config:views.view.graphql_bundle_test ' ,
150138 'config:views.view.graphql_test ' ,
151139 'node:1 ' ,
152140 'node:2 ' ,
@@ -184,7 +172,6 @@ public function testFilteredView() {
184172 ],
185173 ],
186174 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
187- 'config:views.view.graphql_bundle_test ' ,
188175 'config:views.view.graphql_test ' ,
189176 'node:1 ' ,
190177 'node:4 ' ,
@@ -218,7 +205,6 @@ public function testMultiValueFilteredView() {
218205 ],
219206 ],
220207 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
221- 'config:views.view.graphql_bundle_test ' ,
222208 'config:views.view.graphql_test ' ,
223209 'node:1 ' ,
224210 'node:2 ' ,
@@ -259,7 +245,6 @@ public function testComplexFilteredView() {
259245 ],
260246 ],
261247 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
262- 'config:views.view.graphql_bundle_test ' ,
263248 'config:views.view.graphql_test ' ,
264249 'node:1 ' ,
265250 'node:2 ' ,
@@ -289,7 +274,6 @@ public function testSingleValueBundleFilterView() {
289274 ],
290275 ], $ this ->defaultCacheMetaData ()->addCacheTags ([
291276 'config:views.view.graphql_bundle_test ' ,
292- 'config:views.view.graphql_test ' ,
293277 'node:1 ' ,
294278 'node_list ' ,
295279 ]));
0 commit comments