function module_builder_callback_debug in Module Builder 6.2
Same name and namespace in other branches
- 7 drush/module_builder.drush.inc \module_builder_callback_debug()
Just for testing stuff on the commandline while developing the module.
1 string reference to 'module_builder_callback_debug'
- module_builder_drush_command in drush/
module_builder.drush.inc - Implementation of hook_drush_command().
File
- drush/
module_builder.drush.inc, line 759 - Module builder drush commands.
Code
function module_builder_callback_debug() {
/*
include(dirname(__FILE__) . '/../includes/process.inc');
include(dirname(__FILE__) . '/../includes/update.inc');
module_builder_update_documentation();
*/
return;
}