class UserContextAccessPolicy

Same name in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php \Drupal\Tests\Core\Session\UserContextAccessPolicy

Hierarchy

Expanded class hierarchy of UserContextAccessPolicy

File

core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php, line 539

Namespace

Drupal\Tests\Core\Session
View source
class UserContextAccessPolicy extends AccessPolicyBase {
    public function applies(string $scope) : bool {
        return TRUE;
    }
    public function getPersistentCacheContexts() : array {
        return [
            'user',
        ];
    }

}

Members


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