You are here

public function HelpTopicPluginInterface::getRelated in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\HelpTopicPluginInterface::getRelated()
  2. 9 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\HelpTopicPluginInterface::getRelated()

Returns the IDs of related topics.

Return value

string[] Array of the IDs of related topics.

File

core/modules/help_topics/src/HelpTopicPluginInterface.php, line 52

Class

HelpTopicPluginInterface
Defines an interface for help topic plugin classes.

Namespace

Drupal\help_topics

Code

public function getRelated();