You are here

function bad_schema in Coder 8.2

Same name in this branch
  1. 8.2 coder_sniffer/Drupal/Test/bad/bad.install \bad_schema()
  2. 8.2 coder_sniffer/Drupal/Test/bad/bad.module \bad_schema()
Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/bad.install \bad_schema()
  2. 8.3 tests/Drupal/bad/bad.module \bad_schema()
  3. 7.2 coder_sniffer/Test/bad/bad.install \bad_schema()
  4. 7.2 coder_sniffer/Test/bad/bad.module \bad_schema()
  5. 8.3.x tests/Drupal/bad/bad.install \bad_schema()
  6. 8.3.x tests/Drupal/bad/bad.module \bad_schema()

Implements hook_install().

File

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

Code

function bad_schema() {
  return TRUE;
}