constant MODULE_BUILDER_ENV in Module Builder 7
Same name and namespace in other branches
- 6.2 drush/module_builder.drush.inc \MODULE_BUILDER_ENV
3 uses of MODULE_BUILDER_ENV
- module_builder_include in 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.
- _module_builder_drush_print in includes/
common.inc - Safe version of drush_print that can be called without worrying about where we are.
- _module_builder_get_hooks_directory in includes/
common.inc - Get a directory to save or read hook data files.
File
- drush/
module_builder.drush.inc, line 16 - Module builder drush commands.
Code
define('MODULE_BUILDER_ENV', 'drush');