constant SEVERITY_CRITICAL in Coder 7.2
Same name and namespace in other branches
- 6.2 coder.module \SEVERITY_CRITICAL
- 6 coder.module \SEVERITY_CRITICAL
- 7 coder_review/coder_review.module \SEVERITY_CRITICAL
Specifies the Critical severity level.
1 use of SEVERITY_CRITICAL
- _coder_review_severity in coder_review/
coder_review.common.inc - Determines the integer severity magic number for a severity string.
File
- coder_review/
coder_review.common.inc, line 21 - Common functions used by both the drush and form interfaces.
Code
define('SEVERITY_CRITICAL', 9);