Overrides HelpTopicPluginInterface::toLink
public function toLink($text = NULL, array $options = []) { if (!$text) { $text = $this->getLabel(); } return Link::createFromRoute($text, 'help.help_topic', [ 'id' => $this->getPluginId(), ], $options); }