diff --git a/core/lib/Drupal/Core/Cache/NullCacheTagsStorage.php b/core/lib/Drupal/Core/Cache/NullCacheTagsStorage.php new file mode 100644 index 0000000..dde7f09 --- /dev/null +++ b/core/lib/Drupal/Core/Cache/NullCacheTagsStorage.php @@ -0,0 +1,39 @@ +addArgument(new Reference('request_stack')); $container ->register('router.dumper', 'Drupal\Core\Routing\NullMatcherDumper'); + $container->register('cache_tags_storage', '\Drupal\Core\Cache\NullCacheTagsStorage'); // Replace the route builder with an empty implementation. // @todo Convert installer steps into routes; add an installer.routing.yml.