AdminContext::__construct

public AdminContext::__construct(RouteMatchInterface $route_match)

Construct a new admin context helper instance.

Parameters

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

File

core/lib/Drupal/Core/Routing/AdminContext.php, line 25

Class

AdminContext
Provides a helper class to determine whether the route is an admin one.

Namespace

Drupal\Core\Routing

Code

1
2
3
public function __construct(RouteMatchInterface $route_match) {
  $this->routeMatch = $route_match;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.