function ResourceTestBase::getExpectedUnauthorizedAccessCacheability
Same name in this branch
- 8.9.x core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
Same name in other branches
- 9 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
- 9 core/modules/rest/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\rest\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
- 10 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
- 10 core/modules/rest/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\rest\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
- 11.x core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
- 11.x core/modules/rest/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\rest\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
Returns the expected cacheability of an unauthorized access response.
Return value
\Drupal\Core\Cache\RefinableCacheableDependencyInterface The expected cacheability.
6 methods override ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
- DbLogResourceTest::getExpectedUnauthorizedAccessCacheability in core/
modules/ dblog/ tests/ src/ Functional/ DbLogResourceTest.php - Returns the expected cacheability of an unauthorized access response.
- EntityResourceTestBase::getExpectedUnauthorizedAccessCacheability in core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php - Returns the expected cacheability of an unauthorized access response.
- FileUploadResourceTestBase::getExpectedUnauthorizedAccessCacheability in core/
modules/ rest/ tests/ src/ Functional/ FileUploadResourceTestBase.php - Returns the expected cacheability of an unauthorized access response.
- LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability in core/
modules/ layout_builder/ tests/ src/ Functional/ Rest/ LayoutRestTestBase.php - Returns the expected cacheability of an unauthorized access response.
- RestJsonApiUnsupported::getExpectedUnauthorizedAccessCacheability in core/
modules/ jsonapi/ tests/ src/ Functional/ RestJsonApiUnsupported.php - Returns the expected cacheability of an unauthorized access response.
File
-
core/
modules/ rest/ tests/ src/ Functional/ ResourceTestBase.php, line 263
Class
- ResourceTestBase
- Subclass this for every REST resource, every format and every auth provider.
Namespace
Drupal\Tests\rest\FunctionalCode
protected abstract function getExpectedUnauthorizedAccessCacheability();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.