function ShortcutInterface::getUrl

Same name and namespace in other branches
  1. 9 core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::getUrl()
  2. 10 core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::getUrl()
  3. 11.x core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::getUrl()

Returns the URL object pointing to the configured route.

Return value

\Drupal\Core\Url The URL object.

1 method overrides ShortcutInterface::getUrl()
Shortcut::getUrl in core/modules/shortcut/src/Entity/Shortcut.php
Returns the URL object pointing to the configured route.

File

core/modules/shortcut/src/ShortcutInterface.php, line 56

Class

ShortcutInterface
Provides an interface defining a shortcut entity.

Namespace

Drupal\shortcut

Code

public function getUrl();

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