You are here

Constants in Module Builder 7

Primary tabs

Namesort descending Location Description Direct uses Strings
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. 2 1
MODULE_BUILDER_ENV drush/module_builder.drush.inc 3 2
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
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 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. 2 1
MODULE_BUILDER_ID_COMMENT ./module_builder.module 1

Other projects