function HelpTopicPluginController::__construct

Same name in other branches
  1. 9 core/modules/help_topics/src/Controller/HelpTopicPluginController.php \Drupal\help_topics\Controller\HelpTopicPluginController::__construct()
  2. 8.9.x core/modules/help_topics/src/Controller/HelpTopicPluginController.php \Drupal\help_topics\Controller\HelpTopicPluginController::__construct()
  3. 11.x core/modules/help/src/Controller/HelpTopicPluginController.php \Drupal\help\Controller\HelpTopicPluginController::__construct()

Constructs a HelpTopicPluginController object.

Parameters

\Drupal\help\HelpTopicPluginManagerInterface $helpTopicPluginManager: The help topic plugin manager service.

\Drupal\Core\Render\RendererInterface $renderer: The renderer service.

File

core/modules/help/src/Controller/HelpTopicPluginController.php, line 28

Class

HelpTopicPluginController
Controller for help topic plugins.

Namespace

Drupal\help\Controller

Code

public function __construct(HelpTopicPluginManagerInterface $helpTopicPluginManager, RendererInterface $renderer) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.