constant HOSTING_SITE_DISABLED in Hosting 6.2
Same name and namespace in other branches
- 5 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
This site is disabled.
6 uses of HOSTING_SITE_DISABLED
- hook_hosting_TASK_TYPE_task_rollback in ./
hosting.api.php - Perform actions when a task has failed and has been rolled back.
- hosting_platform_listing in platform/
hosting_platform.module - Simple list for top level navigation.
- 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 11
Code
define('HOSTING_SITE_DISABLED', -1);