Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
admin_toolbar
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
admin_toolbar
Merge requests
!17
Issue
#3256343
: Fix coding standards issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3256343
: Fix coding standards issues
issue/admin_toolbar-3256343:3256343-fix-coding-standards
into
3.x
Overview
0
Commits
1
Pipelines
0
Changes
9
Merged
Henrique Mendes
requested to merge
issue/admin_toolbar-3256343:3256343-fix-coding-standards
into
3.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
3.x
version 2
8e7d8c30
3 years ago
version 1
f9da72ce
3 years ago
3.x (base)
and
latest version
latest version
8e7d8c30
1 commit,
3 years ago
version 2
8e7d8c30
1 commit,
3 years ago
version 1
f9da72ce
1 commit,
3 years ago
9 files
+
25
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
admin_toolbar_links_access_filter/admin_toolbar_links_access_filter.module
+
1
−
1
Options
@@ -133,7 +133,7 @@ function admin_toolbar_links_access_filter_filter_non_accessible_links(array &$i
* FALSE otherwise.
*/
function
admin_toolbar_links_access_filter_is_overview_page
(
$route_name
)
{
/
/
@var \Drupal\Core\Routing\RouteProviderInterface $route_provider.
/
**
@var \Drupal\Core\Routing\RouteProviderInterface $route_provider.
*/
$route_provider
=
\Drupal
::
service
(
'router.route_provider'
);
$overview_page_controllers
=
[
'\Drupal\system\Controller\AdminController::index'
,
Loading