public function DenyPrivateImageStyleDownload::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\PageCacheCode
public function __construct(RouteMatchInterface $route_match) {
$this->routeMatch = $route_match;
}