You are here

public function DenyPrivateImageStyleDownload::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php \Drupal\image\PageCache\DenyPrivateImageStyleDownload::__construct()

Constructs a deny image preview page cache policy.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.

File

core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php, line 36
Contains \Drupal\image\PageCache\DenyPrivateImageStyleDownload.

Class

DenyPrivateImageStyleDownload
Cache policy for image preview page.

Namespace

Drupal\image\PageCache

Code

public function __construct(RouteMatchInterface $route_match) {
  $this->routeMatch = $route_match;
}