constant HOSTING_SITE_DISABLED in Hosting 5
Same name and namespace in other branches
- 6.2 site/hosting_site.module \HOSTING_SITE_DISABLED
- 7.4 site/hosting_site.module \HOSTING_SITE_DISABLED
- 7.3 site/hosting_site.module \HOSTING_SITE_DISABLED
3 uses of HOSTING_SITE_DISABLED
- hosting_site_hosting_import_task_rollback in site/
hosting_site.drush.inc - Implementation of the hosting_failed_install hook
- hosting_site_hosting_install_task_rollback in site/
hosting_site.drush.inc - Implementation of the hosting_failed_install hook
- hosting_site_post_hosting_disable_task in site/
hosting_site.drush.inc - implementation of hook_hosting_post_disable I am not very fond of the use of bitwise operators with negatives.
File
- site/
hosting_site.module, line 4
Code
define('HOSTING_SITE_DISABLED', -1);