constant RequestPolicyInterface::DENY in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php \Drupal\Core\PageCache\RequestPolicyInterface::DENY
Deny delivery of cached pages.
File
- core/
lib/ Drupal/ Core/ PageCache/ RequestPolicyInterface.php, line 24
Class
- RequestPolicyInterface
- Defines the interface for request policy implementations.
Namespace
Drupal\Core\PageCacheCode
const DENY = 'deny';