RequestPolicyInterface::ALLOW

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php \Drupal\Core\PageCache\RequestPolicyInterface::ALLOW
  2. 8.9.x core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php \Drupal\Core\PageCache\RequestPolicyInterface::ALLOW
  3. 10 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';

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