You are here

constant QUIZ_PERM_ADMIN_CONFIG in Quiz 5.2

Same name and namespace in other branches
  1. 5 quiz.module \QUIZ_PERM_ADMIN_CONFIG
  2. 6.6 quiz.module \QUIZ_PERM_ADMIN_CONFIG
  3. 6.2 quiz.module \QUIZ_PERM_ADMIN_CONFIG
  4. 6.3 quiz.module \QUIZ_PERM_ADMIN_CONFIG
  5. 6.5 quiz.module \QUIZ_PERM_ADMIN_CONFIG

Quiz perms.

TODO: Simply adding the new quiz config perm for now - refactor other perms to constants in the future.

3 uses of QUIZ_PERM_ADMIN_CONFIG
multichoice_menu in ./multichoice.module
Implementation of hook_menu().
quiz_menu in ./quiz.module
Implementation of hook_menu().
quiz_perm in ./quiz.module
Implementation of hook_perm().

File

./quiz.module, line 50

Code

define('QUIZ_PERM_ADMIN_CONFIG', 'administer quiz configuration');