Mercurial > hg > isophonics-drupal-site
comparison core/modules/node/tests/src/Functional/NodeTranslationUITest.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
19 /** | 19 /** |
20 * {inheritdoc} | 20 * {inheritdoc} |
21 */ | 21 */ |
22 protected $defaultCacheContexts = [ | 22 protected $defaultCacheContexts = [ |
23 'languages:language_interface', | 23 'languages:language_interface', |
24 'session', | |
25 'theme', | 24 'theme', |
26 'route', | 25 'route', |
27 'timezone', | 26 'timezone', |
28 'url.path.parent', | 27 'url.path.parent', |
29 'url.query_args:_wrapper_format', | 28 'url.query_args:_wrapper_format', |
30 'user' | 29 'user.roles', |
30 // These two cache contexts are added by BigPipe. | |
31 'cookies:big_pipe_nojs', | |
32 'session.exists', | |
31 ]; | 33 ]; |
32 | 34 |
33 /** | 35 /** |
34 * Modules to enable. | 36 * Modules to enable. |
35 * | 37 * |