You are here

protected property NodeTranslationUITest::$defaultCacheContexts in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Functional/NodeTranslationUITest.php \Drupal\Tests\node\Functional\NodeTranslationUITest::defaultCacheContexts

{inheritdoc}

Overrides ContentTranslationUITestBase::$defaultCacheContexts

File

core/modules/node/tests/src/Functional/NodeTranslationUITest.php, line 29

Class

NodeTranslationUITest
Tests the Node Translation UI.

Namespace

Drupal\Tests\node\Functional

Code

protected $defaultCacheContexts = [
  'languages:language_interface',
  'theme',
  'route',
  'timezone',
  'url.path.parent',
  'url.query_args:_wrapper_format',
  'url.site',
  'user.roles',
  'url.path.is_front',
  // These two cache contexts are added by BigPipe.
  'cookies:big_pipe_nojs',
  'session.exists',
];