You are here

constant APPLY_FOR_ROLE_APPROVED in Apply for role 6

Same name and namespace in other branches
  1. 5 apply_for_role.module \APPLY_FOR_ROLE_APPROVED
  2. 7.2 apply_for_role.module \APPLY_FOR_ROLE_APPROVED
  3. 7 apply_for_role.module \APPLY_FOR_ROLE_APPROVED
3 uses of APPLY_FOR_ROLE_APPROVED
apply_for_role_admin_form in ./apply_for_role.admin.inc
User management
apply_for_role_approved_roles in ./apply_for_role.module
Return an array of roles that were approved for this user.
apply_for_role_approve_apply in ./apply_for_role.module
Approve a role application and put the user into the role.

File

./apply_for_role.module, line 9
Allows users to apply for roles.

Code

define('APPLY_FOR_ROLE_APPROVED', 1);