public MenuLinkContentInterface::getWeight()
Returns the weight of the menu link content entity.
Return value
int A weight for use when ordering links.
File
- core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 88
Class
- MenuLinkContentInterface
- Defines an interface for custom menu links.
Namespace
Drupal\menu_link_content
Code
public function getWeight();
Please login to continue.