function SearchableHelpInterface::listSearchableTopics
Same name and namespace in other branches
- 11.x core/modules/help/src/SearchableHelpInterface.php \Drupal\help\SearchableHelpInterface::listSearchableTopics()
- 10 core/modules/help/src/SearchableHelpInterface.php \Drupal\help\SearchableHelpInterface::listSearchableTopics()
- 8.9.x core/modules/help_topics/src/SearchableHelpInterface.php \Drupal\help_topics\SearchableHelpInterface::listSearchableTopics()
Returns the IDs of topics that should be indexed for searching.
Return value
string[] An array of topic IDs that should be searchable. IDs need to be unique within this HelpSection plugin.
File
-
core/
modules/ help_topics/ src/ SearchableHelpInterface.php, line 26
Class
- SearchableHelpInterface
- Provides an interface for a HelpSection plugin that also supports search.
Namespace
Drupal\help_topicsCode
public function listSearchableTopics();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.