You are here

public static function ContentPreprocess::create in Drupal 10

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

File

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

Class

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

Namespace

Drupal\content_moderation

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('current_route_match'));
}