You are here

public function ContentHelpController::__construct in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 src/Controller/ContentHelpController.php \Drupal\content_sync\Controller\ContentHelpController::__construct()
  2. 3.0.x src/Controller/ContentHelpController.php \Drupal\content_sync\Controller\ContentHelpController::__construct()

Constructs a ContentSyncHelpController object.

Parameters

\Drupal\content_sync\ContentSyncHelpManagerInterface $help_manager: The help manager.

File

src/Controller/ContentHelpController.php, line 30

Class

ContentHelpController
Provides route responses for content_sync help.

Namespace

Drupal\content_sync\Controller

Code

public function __construct(ContentSyncHelpManagerInterface $help_manager) {
  $this->helpManager = $help_manager;
}