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

Breadcrumb

  1. Drupal Core 11.1.x

HelpTopicPluginManagerInterface.php

Namespace

Drupal\help

File

core/modules/help/src/HelpTopicPluginManagerInterface.php

View source
<?php

namespace Drupal\help;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Defines an interface for managing help topics and storing their definitions.
 */
interface HelpTopicPluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Title Deprecated Summary
HelpTopicPluginManagerInterface Defines an interface for managing help topics and storing their definitions.

API Navigation

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