public DenyAdminRoutes::__construct(RouteMatchInterface $route_match)
Constructs a deny admin route page cache policy.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
File
- core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php, line 32
Class
- DenyAdminRoutes
- Cache policy for routes with the '_admin_route' option set.
Namespace
Drupal\dynamic_page_cache\PageCache\ResponsePolicy
Code
public function __construct(RouteMatchInterface $route_match) { $this->routeMatch = $route_match; }
Please login to continue.