Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
checklistapi
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
checklistapi
Commits
2015f630
Commit
2015f630
authored
May 9, 2012
by
Travis Carden
Browse files
Options
Downloads
Patches
Plain Diff
Added note to README about implementing modules' responsibility to uninstall their own variables.
parent
83bb8bc2
Branches
Branches containing commit
Tags
7.x-1.0-alpha1
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+4
-1
4 additions, 1 deletion
README.txt
with
4 additions
and
1 deletion
README.txt
+
4
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment