function uc_roles_help in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_roles/uc_roles.module \uc_roles_help()
- 7.3 uc_roles/uc_roles.module \uc_roles_help()
Implementation of hook_help()
File
- uc_roles/
uc_roles.module, line 22 - Grants roles upon accepted payment of products
Code
function uc_roles_help($section) {
switch ($section) {
case 'admin/user/user/expiration':
return t('Übercart grants certain roles to customers when they purchase products with a role assignment feature. These can be permanent or temporary roles. Here you can view and edit when temporary roles are set to expire.');
}
}