function HelpTopicPluginBase::getRelated
Returns the IDs of related topics.
Return value
string[] Array of the IDs of related topics.
Overrides HelpTopicPluginInterface::getRelated
File
-
core/
modules/ help/ src/ HelpTopicPluginBase.php, line 41
Class
- HelpTopicPluginBase
- Base class for help topic plugins.
Namespace
Drupal\helpCode
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.