You are here

constant UNPREFIXED_CONSTANT in Coder 7.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/bad.module \UNPREFIXED_CONSTANT
  2. 8.2 coder_sniffer/Drupal/Test/bad/bad.module \UNPREFIXED_CONSTANT
  3. 8.3.x tests/Drupal/bad/bad.module \UNPREFIXED_CONSTANT

@file Bad examples of install hooks in a module file.

File

coder_sniffer/Test/bad/bad.module, line 7
Bad examples of install hooks in a module file.

Code

define('UNPREFIXED_CONSTANT', 'invalid');