constant HOSTING_SITE_DISABLED in Hosting 7.4
Same name and namespace in other branches
- 5 site/hosting_site.module \HOSTING_SITE_DISABLED
- 6.2 site/hosting_site.module \HOSTING_SITE_DISABLED
- 7.3 site/hosting_site.module \HOSTING_SITE_DISABLED
This site is disabled.
5 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_handler_field_sites::render in platform/
includes/ views/ handlers/ hosting_platform_handler_field_sites.inc - Render the field.
- hosting_site_hosting_import_task_rollback in site/
hosting_site.drush.inc - Implements hook_hosting_import_task_rollback().
- hosting_site_hosting_install_task_rollback in site/
hosting_site.drush.inc - Implements the hosting_failed_install hook
- hosting_site_post_hosting_disable_task in site/
hosting_site.drush.inc - Implements hook_hosting_post_disable(). I am not very fond of the use of bitwise operators with negatives.
File
- site/
hosting_site.module, line 20 - Contains hook implementations for Hosting site module.
Code
define('HOSTING_SITE_DISABLED', -1);