You are here

constant RequestPolicyInterface::ALLOW in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php \Drupal\Core\PageCache\RequestPolicyInterface::ALLOW
  2. 9 core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php \Drupal\Core\PageCache\RequestPolicyInterface::ALLOW

Allow delivery of cached pages.

File

core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php, line 19

Class

RequestPolicyInterface
Defines the interface for request policy implementations.

Namespace

Drupal\Core\PageCache

Code

const ALLOW = 'allow';