function PathAliasHalJsonTestBase::getExpectedCacheContexts

The expected cache contexts for the GET/HEAD response of the test entity.

Return value

string[]

Overrides EntityResourceTestBase::getExpectedCacheContexts

File

core/modules/hal/tests/src/Functional/path_alias/PathAliasHalJsonTestBase.php, line 49

Class

PathAliasHalJsonTestBase
Base hal_json test class for the path_alias entity type.

Namespace

Drupal\Tests\hal\Functional\path_alias

Code

protected function getExpectedCacheContexts() {
  return [
    'url.site',
    'user.permissions',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.