function BlockTest::getExpectedUnauthorizedAccessCacheability
Same name in other branches
- 8.9.x core/modules/jsonapi/tests/src/Functional/BlockTest.php \Drupal\Tests\jsonapi\Functional\BlockTest::getExpectedUnauthorizedAccessCacheability()
- 10 core/modules/jsonapi/tests/src/Functional/BlockTest.php \Drupal\Tests\jsonapi\Functional\BlockTest::getExpectedUnauthorizedAccessCacheability()
- 11.x core/modules/jsonapi/tests/src/Functional/BlockTest.php \Drupal\Tests\jsonapi\Functional\BlockTest::getExpectedUnauthorizedAccessCacheability()
Overrides ResourceTestBase::getExpectedUnauthorizedAccessCacheability
File
-
core/
modules/ jsonapi/ tests/ src/ Functional/ BlockTest.php, line 175
Class
- BlockTest
- JSON:API integration test for the "Block" config entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function getExpectedUnauthorizedAccessCacheability() {
// @see \Drupal\block\BlockAccessControlHandler::checkAccess()
return parent::getExpectedUnauthorizedAccessCacheability()->setCacheTags([
'4xx-response',
'config:block.block.llama',
'http_response',
'user:2',
])
->setCacheContexts([
'url.site',
'user.roles',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.