Construct a new admin context helper instance.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The route match.
public function __construct(RouteMatchInterface $route_match) { $this->routeMatch = $route_match; }