Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
admin_toolbar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
admin_toolbar
Commits
d5247e62
Commit
d5247e62
authored
Feb 18, 2016
by
eme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typo changes.
parent
a28ef0f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
admin_toolbar.info.yml
admin_toolbar.info.yml
+1
-1
admin_toolbar.module
admin_toolbar.module
+7
-0
admin_toolbar_tools/admin_toolbar_tools.module
admin_toolbar_tools/admin_toolbar_tools.module
+3
-3
No files found.
admin_toolbar.info.yml
View file @
d5247e62
name
:
Admin Toolbar
core
:
8.x
description
:
Admin Toolbar improve
the default Drupal Toolbar,it lets the hover of sub menus
.
description
:
Admin Toolbar improve
s the core Drupal Toolbar by providing a drop-down menu interface
.
package
:
Administration
type
:
module
dependencies
:
...
...
admin_toolbar.module
View file @
d5247e62
<?php
/**
* @file
* This is the module to create a drop-down menu for the core toolbar.
*/
use
Drupal\Core\Menu\MenuTreeParameters
;
/**
* Implements hook_toolbar_alter().
*/
...
...
admin_toolbar_tools/admin_toolbar_tools.module
View file @
d5247e62
<?php
use
Drupal\Core\Routing\RouteMatchInterface
;
/**
* @file
* Pr
vides extra menu links for admin_
toolbar.
* Pr
ovides extra menu links for the core drupal
toolbar.
*/
use
Drupal\Core\Routing\RouteMatchInterface
;
/**
* Implements hook_toolbar().
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment