Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!9499
Issue
#2838571
: Altered docblock comment for hook_menu_links_discovered_alter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#2838571
: Altered docblock comment for hook_menu_links_discovered_alter
issue/drupal-2838571:2838571-improve-description-for
into
11.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Tyler Staples
requested to merge
issue/drupal-2838571:2838571-improve-description-for
into
11.x
9 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#2838571
0
0
Merge request reports
Compare
11.x
11.x (base)
and
latest version
latest version
cfea0450
1 commit,
9 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
core/lib/Drupal/Core/Menu/menu.api.php
+
2
−
2
Options
@@ -224,8 +224,8 @@
* Alters all the menu links discovered by the menu link plugin manager.
*
* @param array &$links
* The
link definition
s 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
* The
discovered menu link
s 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
* machine name. In cases where multiple links use the same route name, such
* as two links to the same page in different menus, or two links using the
* same route name but different route parameters, the suggested machine name
Loading