function HelpTopicPluginBase::getRelated

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

Overrides HelpTopicPluginInterface::getRelated

File

core/modules/help/src/HelpTopicPluginBase.php, line 41

Class

HelpTopicPluginBase
Base class for help topic plugins.

Namespace

Drupal\help

Code

public function getRelated() {
    return $this->pluginDefinition['related'];
}

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