You are here

constant SEVERITY_CRITICAL in Coder 6

Same name and namespace in other branches
  1. 6.2 coder.module \SEVERITY_CRITICAL
  2. 7.2 coder_review/coder_review.common.inc \SEVERITY_CRITICAL
  3. 7 coder_review/coder_review.module \SEVERITY_CRITICAL
1 use of SEVERITY_CRITICAL
_coder_severity in ./coder.module
Return the integer severity magic number for a string severity.

File

./coder.module, line 28
Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.

Code

define('SEVERITY_CRITICAL', 9);