You are here

public function ContentPreprocess::__construct in Drupal 9

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

Constructor.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: Current route match service.

File

core/modules/content_moderation/src/ContentPreprocess.php, line 30

Class

ContentPreprocess
Determines whether a route is the "Latest version" tab of a node.

Namespace

Drupal\content_moderation

Code

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