We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432e704 commit 6c582d3Copy full SHA for 6c582d3
lib/Drupal/Core/Menu/menu.api.php
@@ -224,8 +224,8 @@
224
* Alters all the menu links discovered by the menu link plugin manager.
225
*
226
* @param array &$links
227
- * The link definitions to be altered. Each link has a key that is the machine
228
- * name, which must be unique. By default, use the route name as the
+ * The discovered menu links to be altered. Each link has a key that is the
+ * machine name, which must be unique. By default, use the route name as the
229
* machine name. In cases where multiple links use the same route name, such
230
* as two links to the same page in different menus, or two links using the
231
* same route name but different route parameters, the suggested machine name
0 commit comments