function MenuLinkContentInterface::getUrlObject

Same name and namespace in other branches
  1. 11.x core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::getUrlObject()

Gets the url object pointing to the URL of the menu link content entity.

Return value

\Drupal\Core\Url A Url object instance.

File

core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 34

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function getUrlObject();

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