You are here

function cas_help in CAS 5

Same name and namespace in other branches
  1. 8 cas.module \cas_help()
  2. 5.4 cas.module \cas_help()
  3. 5.3 cas.module \cas_help()
  4. 6.3 cas.module \cas_help()
  5. 6 cas.module \cas_help()
  6. 6.2 cas.module \cas_help()
  7. 7 cas.module \cas_help()
  8. 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.");
  }
}