public ShortcutSetInterface::resetLinkWeights()
Resets the link weights in a shortcut set to match their current order.
This function can be used, for example, when a new shortcut link is added to the set. If the link is added to the end of the array and this function is called, it will force that link to display at the end of the list.
Return value
\Drupal\shortcut\ShortcutSetInterface The shortcut set.
File
- core/modules/shortcut/src/ShortcutSetInterface.php, line 22
Class
- ShortcutSetInterface
- Provides an interface defining a shortcut set entity.
Namespace
Drupal\shortcut
Code
public function resetLinkWeights();
Please login to continue.