You are here

Files in Module Builder 7

Primary tabs

File namesort descending Location Namespace Description
common.inc includes/common.inc common.inc Stuff needed both by module and drush command.
common_version.inc includes/common_version.inc common_version.inc Stuff needed both by module and drush command. Functions that need to differ for versions of Drupal. This file is the default fallback, and covers Drupal 5 and 6.
common_version_7.inc includes/common_version_7.inc common_version_7.inc Stuff needed both by module and drush command. Functions that need to differ for versions of Drupal.
generate.inc includes/generate.inc Module builder code generating code.
generate_info_5.inc includes/generate_info_5.inc Module builder code generating code specific to Drupal 5.
generate_info_6.inc includes/generate_info_6.inc Module builder code generating code specific to Drupal 6.
generate_info_7.inc includes/generate_info_7.inc Module builder code generating code specific to Drupal 7.
module_builder.admin.inc includes/module_builder.admin.inc Menu callbacks for admin pages.
module_builder.css theme/module_builder.css fieldset { } ul.hook-group { float: left; width: 100%; list-style: none; margin: 0; padding-left: 5px; } ul.hook-group li { float: left; width: 15em; width: 50%; margin: 0; padding: 0; background: none; }
module_builder.drush.inc drush/module_builder.drush.inc Module builder drush commands.
module_builder.info module_builder.info name = Module Builder description = Builds scaffolding for custom modules. package = Development core = 7.x files[] = module_builder.module files[] = includes/module_builder.admin.inc
module_builder.module module_builder.module Builds scaffolding for custom modules.
module_builder.module_builder.inc module_builder.module_builder.inc
module_builder.pages.inc includes/module_builder.pages.inc Menu callback for main module builder page.
module_builder.php hooks/module_builder.php These are the hooks that are invoked by the Module builder.
process.inc includes/process.inc Module builder code processing code.
README.txt README.txt Welcome to module_builder.module! This is a module designed to help expedite the process of creating custom modules. Simply fill out the form, select the hooks you want and the script will automatically generate a skeleton module file for you,…
update.inc includes/update.inc Module builder file downloading.
update_7.inc includes/update_7.inc Module builder: get list of hook files for Drupal 7.

Other projects