function bad_install in Coder 8.2
Same name in this branch
- 8.2 coder_sniffer/Drupal/Test/bad/bad.install \bad_install()
- 8.2 coder_sniffer/Drupal/Test/bad/bad.module \bad_install()
Same name and namespace in other branches
- 8.3 tests/Drupal/bad/bad.install \bad_install()
- 8.3 tests/Drupal/bad/bad.module \bad_install()
- 7.2 coder_sniffer/Test/bad/bad.install \bad_install()
- 7.2 coder_sniffer/Test/bad/bad.module \bad_install()
- 8.3.x tests/Drupal/bad/bad.install \bad_install()
- 8.3.x tests/Drupal/bad/bad.module \bad_install()
Empty hook_install() is not allowed.
File
- coder_sniffer/
Drupal/ Test/ bad/ bad.install, line 51 - Install, update and uninstall functions for the bad module.
Code
function bad_install() {
}