drush_input |
drush/module_builder.drush.inc |
Ask the user for input. DOESN'T WORK. |
|
|
hook_module_builder_info |
hooks/module_builder.php |
Provide information about hook definition files to Module builder.
This hook should go in a MODULE.module_builder.inc file in your module folder.
Is it only loaded by Module builder when the user goes to download new hook data. |
|
|
module_builder_admin_settings |
includes/module_builder.admin.inc |
Admin settings page. |
|
1 |
module_builder_admin_update |
includes/module_builder.admin.inc |
Admin hook update form. |
|
1 |
module_builder_admin_update_submit |
includes/module_builder.admin.inc |
Admin hook update form submit handler. |
|
|
module_builder_build_data |
drush/module_builder.drush.inc |
Helper function to build the array of module_data. |
1 |
|
module_builder_callback_build |
drush/module_builder.drush.inc |
Module builder drush command callback. |
|
1 |
module_builder_callback_debug |
drush/module_builder.drush.inc |
Just for testing stuff on the commandline while developing the module. |
|
1 |
module_builder_callback_doc_hooks |
drush/module_builder.drush.inc |
Callback to add doc headers to existing hooks. |
|
1 |
module_builder_callback_doc_params |
drush/module_builder.drush.inc |
WORK IN PROGRESS
Add function headers wherever needed with params. |
|
1 |
module_builder_callback_hook_download |
drush/module_builder.drush.inc |
Callback for downloading hook data. |
|
1 |
module_builder_callback_hook_list |
drush/module_builder.drush.inc |
Callback to list known hooks. |
|
1 |
module_builder_callback_info |
drush/module_builder.drush.inc |
Handles the callback for info code generation. |
1 |
|
module_builder_callback_module |
drush/module_builder.drush.inc |
Handles the callback for module code generation. |
1 |
|
module_builder_code_header |
includes/generate.inc |
|
1 |
|
module_builder_code_hook_doxy |
includes/generate.inc |
Get the doxygen header for a given hook.
This does not return with an initial newline so the doc block may be inserted into existing code. |
1 |
|
module_builder_create_directory |
includes/common_version_7.inc |
Run through Drupal's directory creation and checking stuff,
adding a version subfolder for common directories. |
1 |
|
module_builder_create_directory |
includes/common_version.inc |
Run through Drupal's directory creation and checking stuff,
adding a version subfolder for common directories. |
1 |
|
module_builder_drush_command |
drush/module_builder.drush.inc |
Implementation of hook_drush_command(). |
|
|
module_builder_drush_help |
drush/module_builder.drush.inc |
Implementation of hook_drush_help(). |
|
|
module_builder_drush_output_code |
drush/module_builder.drush.inc |
Output generated text, to terminal or to file. |
2 |
|
module_builder_generate_info |
includes/generate_info_6.inc |
Generate module info file code. |
3 |
|
module_builder_generate_info |
includes/generate_info_5.inc |
Generate module info file code. |
3 |
|
module_builder_generate_info |
includes/generate_info_7.inc |
Generate module info file code. |
3 |
|
module_builder_generate_module |
includes/generate.inc |
Generate module code. |
3 |
|
module_builder_get_doc_files |
includes/process.inc |
Retrieve list of documentation files containing hook definitions. |
1 |
|
module_builder_get_hook_data |
includes/process.inc |
Retrieve hook data from storage file. |
6 |
|
module_builder_get_hook_data_flat |
includes/process.inc |
Helper for API functions that don't care about file grouping. |
1 |
|
module_builder_get_hook_data_last_updated |
includes/process.inc |
Get the timestamp of the processed file. |
2 |
|
module_builder_get_hook_declarations |
includes/process.inc |
Get stored hook declarations, keyed by hook name, with destination. |
1 |
|
module_builder_get_hook_declarations_plain |
includes/process.inc |
Get just hook declarations, keyed by hook name. |
|
|
module_builder_get_hook_names |
includes/process.inc |
Get just hook names. |
2 |
|
module_builder_get_path |
includes/common.inc |
Get a path to a resource that is safe to use either on Drupal or Drush. |
2 |
|
module_builder_get_templates |
includes/generate.inc |
Helper function for module_builder_generate_module |
1 |
|
module_builder_include |
includes/common.inc |
Include a version-specific file whether we're on drush or drupal.
That is, we first try to include a file called NAME_X.inc where X is a
Drupal major version number before falling back to NAME.inc. |
13 |
|
module_builder_init |
./module_builder.module |
Implementation of hook_init(). |
|
|
module_builder_menu |
./module_builder.module |
Implementation of hook_menu(). |
|
|
module_builder_module_builder_info |
./module_builder.module_builder.inc |
Implementation of hook_module_builder_info(). |
1 |
|
module_builder_page |
includes/module_builder.pages.inc |
|
|
1 |
module_builder_page_generate |
includes/module_builder.pages.inc |
page 2: generate code |
1 |
|
module_builder_page_input |
includes/module_builder.pages.inc |
|
1 |
|
module_builder_page_input_submit |
includes/module_builder.pages.inc |
submit page 1 |
|
1 |
module_builder_parse_template |
includes/process.inc |
Parse a module_builder template file. |
3 |
|
module_builder_permission |
./module_builder.module |
Implementation of hook_permission(). |
|
|
module_builder_process_hook_data |
includes/process.inc |
Builds complete hook data array from downloaded files and stores in a file. |
1 |
|
module_builder_requested_filenames |
drush/module_builder.drush.inc |
Figure out which of $real filenames are being requested in the list of $abbrev'iated ones. |
1 |
|
module_builder_system_listing |
includes/common_version_7.inc |
A version-independent wrapper for drupal_system_listing(). |
1 |
|
module_builder_system_listing |
includes/common_version.inc |
A version-independent wrapper for drupal_system_listing(). |
1 |
|
module_builder_theme |
./module_builder.module |
Implementation of hook_theme. |
|
|
module_builder_update_data |
includes/common.inc |
Update hook files and process them to our data file. |
2 |
|