You are here

public function ContentTranslationRouteSubscriber::__construct in Drupal 9

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

Constructs a ContentTranslationRouteSubscriber object.

Parameters

\Drupal\content_translation\ContentTranslationManagerInterface $content_translation_manager: The content translation manager.

File

core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php, line 30

Class

ContentTranslationRouteSubscriber
Subscriber for entity translation routes.

Namespace

Drupal\content_translation\Routing

Code

public function __construct(ContentTranslationManagerInterface $content_translation_manager) {
  $this->contentTranslationManager = $content_translation_manager;
}