You are here

function module_builder_callback_debug in Module Builder 7

Same name and namespace in other branches
  1. 6.2 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 599
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;
}