Overrides HelpTopicPluginInterface::toUrl
public function toUrl(array $options = []) { return Url::fromRoute('help.help_topic', [ 'id' => $this->getPluginId(), ], $options); }