You are here

public function MenuLinkContentInterface::getWeight in Drupal 9

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

Returns the weight of the menu link content entity.

Return value

int A weight for use when ordering links.

1 method overrides MenuLinkContentInterface::getWeight()
MenuLinkContent::getWeight in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Returns the weight of the menu link content entity.

File

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

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function getWeight();