function cas_help in CAS 5
Same name and namespace in other branches
- 8 cas.module \cas_help()
- 5.4 cas.module \cas_help()
- 5.3 cas.module \cas_help()
- 6.3 cas.module \cas_help()
- 6 cas.module \cas_help()
- 6.2 cas.module \cas_help()
- 7 cas.module \cas_help()
- 2.x cas.module \cas_help()
Implementation of hook_help().
File
- ./
cas.module, line 263
Code
function cas_help($section) {
switch ($section) {
case 'admin/modules#description':
return t("Allows users to authenticate via a Central Authentication Service.");
}
}