class HelpSectionManager
Same name in this branch
- 10 core/modules/help/src/HelpSectionManager.php \Drupal\help\HelpSectionManager
Same name in other branches
- 9 core/modules/help_topics/src/HelpSectionManager.php \Drupal\help_topics\HelpSectionManager
- 9 core/modules/help/src/HelpSectionManager.php \Drupal\help\HelpSectionManager
- 8.9.x core/modules/help_topics/src/HelpSectionManager.php \Drupal\help_topics\HelpSectionManager
- 8.9.x core/modules/help/src/HelpSectionManager.php \Drupal\help\HelpSectionManager
- 11.x core/modules/help_topics/src/HelpSectionManager.php \Drupal\help_topics\HelpSectionManager
- 11.x core/modules/help/src/HelpSectionManager.php \Drupal\help\HelpSectionManager
Decorates the Help Section plugin manager to provide help topic search.
@internal Help Topics is currently experimental and should only be leveraged by experimental modules and development releases of contributed modules. See https://www.drupal.org/core/experimental for more information.
Hierarchy
- class \Drupal\Component\Plugin\PluginManagerBase implements \Drupal\Component\Plugin\PluginManagerInterface uses \Drupal\Component\Plugin\Discovery\DiscoveryTrait
- class \Drupal\Core\Plugin\DefaultPluginManager extends \Drupal\Component\Plugin\PluginManagerBase implements \Drupal\Component\Plugin\PluginManagerInterface, \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface, \Drupal\Core\Cache\CacheableDependencyInterface uses \Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait, \Drupal\Core\Cache\UseCacheBackendTrait
- class \Drupal\help\HelpSectionManager extends \Drupal\Core\Plugin\DefaultPluginManager
- class \Drupal\help_topics\HelpSectionManager extends \Drupal\help\HelpSectionManager
- class \Drupal\help\HelpSectionManager extends \Drupal\Core\Plugin\DefaultPluginManager
- class \Drupal\Core\Plugin\DefaultPluginManager extends \Drupal\Component\Plugin\PluginManagerBase implements \Drupal\Component\Plugin\PluginManagerInterface, \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface, \Drupal\Core\Cache\CacheableDependencyInterface uses \Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait, \Drupal\Core\Cache\UseCacheBackendTrait
Expanded class hierarchy of HelpSectionManager
File
-
core/
modules/ help_topics/ src/ HelpSectionManager.php, line 15
Namespace
Drupal\help_topicsView source
class HelpSectionManager extends CoreHelpSectionManager {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.