function FooAccessPolicy::getPersistentCacheContexts
Same name in other branches
- 10 core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php \Drupal\Tests\Core\Session\FooAccessPolicy::getPersistentCacheContexts()
Overrides AccessPolicyBase::getPersistentCacheContexts
File
-
core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php, line 438
Class
- FooAccessPolicy
- A test access policy for admin and for 'foo' and 'bar' permissions.
Namespace
Drupal\Tests\Core\SessionCode
public function getPersistentCacheContexts() : array {
return [
'foo',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.