Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
checklistapi
Commits
2015f630
Commit
2015f630
authored
May 08, 2012
by
TravisCarden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note to README about implementing modules' responsibility to uninstall their own variables.
parent
83bb8bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.txt
README.txt
+4
-1
No files found.
README.txt
View file @
2015f630
...
...
@@ -32,7 +32,10 @@ Checklists are declared as multidimensional arrays using
hook_checklistapi_checklist_info(). They can be altered using
hook_checklistapi_checklist_info_alter(). Checklist API handles creation of menu
items and permissions. Progress details are saved in one Drupal variable per
checklist. See checklistapi.api.php for more details.
checklist. (Note: it is the responsibility of implementing modules to remove
their own variables on hook_uninstall().)
See checklistapi.api.php for more details.
TODO
...
...
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