From 3f4564bd09fcd1f68cb9751508131c1fd14fa68c Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 1 Apr 2015 15:58:55 +0100 Subject: [PATCH] Issue #2461097 by Wim Leers: Make TwigThemeTestController:::registryLoaderRender()'s response uncacheable --- .../tests/modules/twig_theme_test/twig_theme_test.routing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml index c372c223a96..4cdfecab86b 100644 --- a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml +++ b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml @@ -51,5 +51,7 @@ twig_theme_test_registry_loader: path: '/twig-theme-test/registry-loader' defaults: _controller: '\Drupal\twig_theme_test\TwigThemeTestController::registryLoaderRender' + options: + no_cache: TRUE requirements: _access: 'TRUE'