Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3_sankey
Commits
d4dfd97f
Commit
d4dfd97f
authored
Aug 19, 2016
by
M Parker
Browse files
Explain why there is an open page callback in d3_sankey_examples.
parent
19fc59b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/d3_sankey_examples/d3_sankey_examples.module
View file @
d4dfd97f
...
...
@@ -17,6 +17,10 @@ function d3_sankey_examples_menu() {
$items
[
'd3/examples/sankey'
]
=
array
(
'title'
=>
'Sankey chart'
,
'description'
=>
'Uses d3_sankey module to create a sample Sankey chart.'
,
// For consistency with d3_examples, this has no access restriction (i.e.:
// an open page callback). Note that in this module's implementation of
// hook_requirements() (in d3_sankey_examples.install), we remind users to
// disable this module on the live site.
'access callback'
=>
TRUE
,
'page callback'
=>
'_d3_sankey_examples_sankey'
,
'type'
=>
MENU_LOCAL_TASK
,
...
...
Write
Preview
Supports
Markdown
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