public function ContentHelpController::__construct in Content Synchronization 8
Same name and namespace in other branches
- 8.2 src/Controller/ContentHelpController.php \Drupal\content_sync\Controller\ContentHelpController::__construct()
- 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\ControllerCode
public function __construct(ContentSyncHelpManagerInterface $help_manager) {
$this->helpManager = $help_manager;
}