public ShortcutInterface::getWeight()
Returns the weight among shortcuts with the same depth.
Return value
int The shortcut weight.
File
- core/modules/shortcut/src/ShortcutInterface.php, line 37
Class
- ShortcutInterface
- Provides an interface defining a shortcut entity.
Namespace
Drupal\shortcut
Code
1 | public function getWeight(); |
Please login to continue.