function ResourceTestBase::getExpectedUnauthorizedAccessCacheability

Same name in this branch
  1. 8.9.x core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
  2. 9 core/modules/rest/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\rest\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
  3. 10 core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
  4. 10 core/modules/rest/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\rest\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
  5. 11.x core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::getExpectedUnauthorizedAccessCacheability()
  6. 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.

... See full list

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\Functional

Code

protected abstract function getExpectedUnauthorizedAccessCacheability();

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