constant HOSTING_SITE_QUEUED in Hosting 7.4
Same name and namespace in other branches
- 5 site/hosting_site.module \HOSTING_SITE_QUEUED
- 6.2 site/hosting_site.module \HOSTING_SITE_QUEUED
- 7.3 site/hosting_site.module \HOSTING_SITE_QUEUED
This site is queued for creation.
3 uses of HOSTING_SITE_QUEUED
- example_create_site in ./
hosting.api.php - Easily create a new site and a platform by passing just a name and a makefile URL.
- hosting_platform_handler_field_sites::render in platform/
includes/ views/ handlers/ hosting_platform_handler_field_sites.inc - Render the field.
- hosting_platform_post_hosting_verify_task in platform/
hosting_platform.drush.inc - Implements hook_post_hosting_TASK_TYPE_task().
File
- site/
hosting_site.module, line 25 - Contains hook implementations for Hosting site module.
Code
define('HOSTING_SITE_QUEUED', 0);