function PathAliasHalJsonTestBase::getExpectedCacheContexts
Same name in other branches
- 9 core/modules/hal/tests/src/Functional/path_alias/PathAliasHalJsonTestBase.php \Drupal\Tests\hal\Functional\path_alias\PathAliasHalJsonTestBase::getExpectedCacheContexts()
Overrides PathAliasResourceTestBase::getExpectedCacheContexts
File
-
core/
modules/ path_alias/ tests/ src/ Functional/ Hal/ PathAliasHalJsonTestBase.php, line 49
Class
- PathAliasHalJsonTestBase
- Base hal_json test class for the path_alias entity type.
Namespace
Drupal\Tests\path_alias\Functional\HalCode
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.