You are here

constant HOSTING_SITE_DISABLED in Hostmaster (Aegir) 6

This site is disabled.

5 uses of HOSTING_SITE_DISABLED
hook_hosting_TASK_TYPE_task_rollback in modules/hosting/hosting.api.php
Perform actions when a task has failed and has been rolled back.
hosting_platform_listing in modules/hosting/platform/hosting_platform.module
Simple list for top level navigation.
hosting_site_hosting_import_task_rollback in modules/hosting/site/hosting_site.drush.inc
Implementation of the hosting_failed_install hook
hosting_site_hosting_install_task_rollback in modules/hosting/site/hosting_site.drush.inc
Implementation of the hosting_failed_install hook
hosting_site_post_hosting_disable_task in modules/hosting/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

modules/hosting/site/hosting_site.module, line 11

Code

define('HOSTING_SITE_DISABLED', -1);