public function AdvancedHelpManager::getTopics in Advanced Help 8
Search the system for all available help topics.
@todo check visibility of the method.
1 call to AdvancedHelpManager::getTopics()
- AdvancedHelpManager::getTopic in src/
AdvancedHelpManager.php - Get the information for a single help topic.
File
- src/
AdvancedHelpManager.php, line 103
Class
- AdvancedHelpManager
- AdvancedHelp plugin manager.
Namespace
Drupal\advanced_helpCode
public function getTopics() {
$ini = $this
->parseHelp();
return $ini['topics'];
}