Constructs a \Drupal\help\Controller\HelpController object.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
public function __construct(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
}