Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
colorbox-3127345
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
Issue forks
colorbox-3127345
Commits
01be994f
Commit
01be994f
authored
Jul 03, 2017
by
RenatoG
Committed by
RenatoG
Jul 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2873336
by RenatoG: Drupal 8 install set a tip for settings page shortcut
parent
07bcb2dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
colorbox.install
colorbox.install
+2
-2
No files found.
colorbox.install
View file @
01be994f
...
...
@@ -11,8 +11,8 @@ use Drupal\Core\Url;
* Implements hook_install().
*/
function
colorbox_install
()
{
drupal_set_message
(
t
(
'Thanks for install
the
Colorbox'
));
drupal_set_message
(
t
(
'You may configur
ar o c
olorbox by visiting <a href="@url_settings">@url_settings</a>'
,
[
drupal_set_message
(
t
(
'Thanks for install
ing
Colorbox'
));
drupal_set_message
(
t
(
'You may configur
e C
olorbox by visiting <a href="@url_settings">@url_settings</a>'
,
[
'@url_settings'
=>
Url
::
fromRoute
(
'colorbox.admin_settings'
)
->
toString
(),
]));
}
...
...
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