function HelpTopicPluginInterface::getRelated

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

Returns the IDs of related topics.

Return value

string[] Array of the IDs of related topics.

1 method overrides HelpTopicPluginInterface::getRelated()
HelpTopicPluginBase::getRelated in core/modules/help/src/HelpTopicPluginBase.php
Returns the IDs of related topics.

File

core/modules/help/src/HelpTopicPluginInterface.php, line 47

Class

HelpTopicPluginInterface
Defines an interface for help topic plugin classes.

Namespace

Drupal\help

Code

public function getRelated();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.