function formdefaults_help in Form Defaults 6.2
Same name and namespace in other branches
- 8 formdefaults.module \formdefaults_help()
- 5.3 formdefaults.module \formdefaults_help()
- 5 formdefaults.module \formdefaults_help()
- 5.2 formdefaults.module \formdefaults_help()
- 6 formdefaults.module \formdefaults_help()
- 7 formdefaults.module \formdefaults_help()
Implementation of hook_help().
File
- ./
formdefaults.module, line 17
Code
function formdefaults_help($section) {
switch ($section) {
case 'admin/modules#description':
return t("Lets the site administrator edit the description, title and markup attributes of a form.");
}
}