function DefaultRequestPolicy::__construct

Constructs the default Dynamic Page Cache request policy.

File

core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php, line 20

Class

DefaultRequestPolicy
The default Dynamic Page Cache request policy.

Namespace

Drupal\dynamic_page_cache\PageCache\RequestPolicy

Code

public function __construct() {
  $this->addPolicy(new CommandLineOrUnsafeMethod());
}

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