protected function LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability in Layout Builder Symmetric Translations 8
Returns the expected cacheability of an unauthorized access response.
Return value
\Drupal\Core\Cache\RefinableCacheableDependencyInterface The expected cacheability.
Overrides ResourceTestBase::getExpectedUnauthorizedAccessCacheability
File
- tests/
src/ Functional/ Rest/ LayoutRestTestBase.php, line 139
Class
- LayoutRestTestBase
- Base class for Layout Builder REST tests.
Namespace
Drupal\Tests\layout_builder_st\Functional\RestCode
protected function getExpectedUnauthorizedAccessCacheability() {
}