constant QUIZ_PERM_ADMIN_CONFIG in Quiz 5
Same name and namespace in other branches
- 5.2 quiz.module \QUIZ_PERM_ADMIN_CONFIG
- 6.6 quiz.module \QUIZ_PERM_ADMIN_CONFIG
- 6.2 quiz.module \QUIZ_PERM_ADMIN_CONFIG
- 6.3 quiz.module \QUIZ_PERM_ADMIN_CONFIG
- 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
- quiz_menu in ./
quiz.module - Implementation of hook_menu().
- quiz_perm in ./
quiz.module - Implementation of hook_perm().
- quiz_view in ./
quiz.module - Implementation of hook_view().
File
- ./
quiz.module, line 29 - Quiz Module
Code
define('QUIZ_PERM_ADMIN_CONFIG', 'administer quiz configuration');