Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HelpTopicPluginController.php

function 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) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal