function AccessPolicyBase::getPersistentCacheContexts
Same name in other branches
- 10 core/lib/Drupal/Core/Session/AccessPolicyBase.php \Drupal\Core\Session\AccessPolicyBase::getPersistentCacheContexts()
Overrides AccessPolicyInterface::getPersistentCacheContexts
1 call to AccessPolicyBase::getPersistentCacheContexts()
- AccessPolicyBase::calculatePermissions in core/
lib/ Drupal/ Core/ Session/ AccessPolicyBase.php - Calculates the permissions for an account within a given scope.
9 methods override AccessPolicyBase::getPersistentCacheContexts()
- AlwaysAddsAccessPolicy::getPersistentCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Gets the persistent cache contexts.
- AlwaysAltersAccessPolicy::getPersistentCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Gets the persistent cache contexts.
- BarAccessPolicy::getPersistentCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Gets the persistent cache contexts.
- BazAccessPolicy::getPersistentCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Gets the persistent cache contexts.
- FooAccessPolicy::getPersistentCacheContexts in core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php - Gets the persistent cache contexts.
File
-
core/
lib/ Drupal/ Core/ Session/ AccessPolicyBase.php, line 32
Class
- AccessPolicyBase
- Base class for access policies.
Namespace
Drupal\Core\SessionCode
public function getPersistentCacheContexts() : array {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.