function example_rebuild_functions in Coder 7.2
Same name and namespace in other branches
- 7 coder_upgrade/tests/old/samples/example.module \example_rebuild_functions()
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 129
Code
function example_rebuild_functions() {
// drupal_rebuild_theme_registry() -- Change the next line but leave this alone
drupal_rebuild_theme_registry();
// drupal_rebuild_code_registry() -- Change the next line but leave this alone
drupal_rebuild_code_registry();
}