function AlwaysAltersAccessPolicy::applies
Same name in other branches
- 11.x core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php \Drupal\Tests\Core\Session\AlwaysAltersAccessPolicy::applies()
Overrides AccessPolicyBase::applies
File
-
core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php, line 522
Class
Namespace
Drupal\Tests\Core\SessionCode
public function applies(string $scope) : bool {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.