constant ResponsePolicyInterface::DENY in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php \Drupal\Core\PageCache\ResponsePolicyInterface::DENY
Deny storage of a page in the cache.
File
- core/
lib/ Drupal/ Core/ PageCache/ ResponsePolicyInterface.php, line 25 - Contains \Drupal\Core\PageCache\ResponsePolicyInterface.
Class
- ResponsePolicyInterface
- Defines the interface for response policy implementations.
Namespace
Drupal\Core\PageCacheCode
const DENY = 'deny';