Issue #2461097 by Wim Leers: Make TwigThemeTestController:::registryLoaderRender()'s response uncacheable

8.0.x
Alex Pott 2015-04-01 15:58:55 +01:00
parent 5c2ec02876
commit 3f4564bd09
1 changed files with 2 additions and 0 deletions

View File

@ -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'