function HelpSectionPluginInterface::listTopics
Same name and namespace in other branches
- 11.x core/modules/help/src/HelpSectionPluginInterface.php \Drupal\help\HelpSectionPluginInterface::listTopics()
- 10 core/modules/help/src/HelpSectionPluginInterface.php \Drupal\help\HelpSectionPluginInterface::listTopics()
- 8.9.x core/modules/help/src/HelpSectionPluginInterface.php \Drupal\help\HelpSectionPluginInterface::listTopics()
Returns a list of topics to show in the help section.
Return value
array A sorted list of topic links or render arrays for topic links. The links will be shown in the help section; if the returned array of links is empty, the section will be shown with some generic empty text.
File
-
core/
modules/ help/ src/ HelpSectionPluginInterface.php, line 46
Class
- HelpSectionPluginInterface
- Provides an interface for a plugin for a section of the /admin/help page.
Namespace
Drupal\helpCode
public function listTopics();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.