namespace DrupalPractice\Sniffs\Constants in Coder 8.3.x
Same name in other branches
|
Class |
Location | Description |
|---|---|---|
| GlobalConstantSniff |
coder_sniffer/ |
Checks that globally defined constants are not used in Drupal 8 and higher. |
| GlobalDefineSniff |
coder_sniffer/ |
Checks that global define() constants are not used in modules in Drupal 8. |