MODULE_BUILDER_CUSTOM_HOOK_GROUPS_TEMPLATE_PATH |
./module_builder.module |
Path from module base to the custom hook groups template. Only used if it exists, otherwise MODULE_BUILDER_HOOK_GROUPS_TEMPLATE_PATH is used. |
1 |
1 |
MODULE_BUILDER_CVS_URL |
./module_builder.module |
Base URL for accessing Drupal CVS. |
1 |
1 |
MODULE_BUILDER_EXTRACT_HOOK_PATTERN |
./module_builder.module |
Pattern that captures 3 things about a hook from one of the hook files: Description, Declaraion and Name (in that order). |
1 |
1 |
MODULE_BUILDER_FILE_PATTERN |
./module_builder.module |
After finding a hook file URL with MODULE_BUILDER_URL_PATTERN, this captures the path and filename. |
1 |
1 |
MODULE_BUILDER_FULL_ID_PATTERN |
./module_builder.module |
In case we have an expanded CVS Id, this matches that, and captures the version number (although we don't use that). This is then replaced with MODULE_BUILDER_ID_COMMENT. |
1 |
1 |
MODULE_BUILDER_FUNCTION_PATTERN |
./module_builder.module |
Took this regex from the PHP manual page on Functions |
1 |
1 |
MODULE_BUILDER_HEADER_DEFAULT |
./module_builder.module |
|
2 |
1 |
MODULE_BUILDER_HOOKS_URL |
./module_builder.module |
URL for retreiving the hook description files. |
1 |
1 |
MODULE_BUILDER_HOOK_DECLARATIONS |
./module_builder.module |
|
2 |
1 |
MODULE_BUILDER_HOOK_DESCRIPTIONS |
./module_builder.module |
Indexes into MODULE_BUILDER_EXTRACT_HOOK_PATTERN capture list: that returns the hook description from the hook files. |
1 |
1 |
MODULE_BUILDER_HOOK_GROUPS_TEMPLATE_PATH |
./module_builder.module |
Path from module base to the normal hook groups template. MODULE_BUILDER_CUSTOM_HOOK_GROUPS_TEMPLATE_PATH used if it exists. |
1 |
1 |
MODULE_BUILDER_HOOK_NAMES |
./module_builder.module |
|
1 |
1 |
MODULE_BUILDER_ID_COMMENT |
./module_builder.module |
|
1 |
1 |
MODULE_BUILDER_INFO_ID_COMMENT |
./module_builder.module |
|
1 |
1 |
MODULE_BUILDER_INFO_PATTERN |
./module_builder.module |
Used to strip INFO messages out of generated file for advanced users. |
1 |
1 |
MODULE_BUILDER_TEMPLATE_PATTERN |
./module_builder.module |
Captures a template name and body from a template file. |
1 |
1 |
MODULE_BUILDER_URL_PATTERN |
./module_builder.module |
Pattern for finding the hook file URLs from the MODULE_BUILDER_HOOKS_URL page. |
1 |
1 |
MODULE_BUILDER_VERSION |
./module_builder.module |
Version of hook info to retrieve |
1 |
1 |