function LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability
Returns the expected cacheability of an unauthorized access response.
Return value
\Drupal\Core\Cache\RefinableCacheableDependencyInterface The expected cacheability.
Overrides ResourceTestBase::getExpectedUnauthorizedAccessCacheability
File
- 
              core/modules/ layout_builder/ tests/ src/ Functional/ Rest/ LayoutRestTestBase.php, line 132 
Class
- LayoutRestTestBase
- Base class for Layout Builder REST tests.
Namespace
Drupal\Tests\layout_builder\Functional\RestCode
protected function getExpectedUnauthorizedAccessCacheability() {
  return new CacheableMetadata();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
