function HelpTopicPluginInterface::toUrl
Returns the URL for viewing the help topic.
Parameters
array $options: (optional) See \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute() for the available options.
Return value
\Drupal\Core\Url A URL object containing the URL for viewing the help topic.
1 method overrides HelpTopicPluginInterface::toUrl()
- HelpTopicPluginBase::toUrl in core/
modules/ help/ src/ HelpTopicPluginBase.php - Returns the URL for viewing the help topic.
File
-
core/
modules/ help/ src/ HelpTopicPluginInterface.php, line 60
Class
- HelpTopicPluginInterface
- Defines an interface for help topic plugin classes.
Namespace
Drupal\helpCode
public function toUrl(array $options = []);