constant HOSTING_PLATFORM_ENABLED in Hosting 6.2
Same name and namespace in other branches
- 7.4 platform/hosting_platform.module \HOSTING_PLATFORM_ENABLED
- 7.3 platform/hosting_platform.module \HOSTING_PLATFORM_ENABLED
This platform is created and enabled, sites may be deployed on it.
5 uses of HOSTING_PLATFORM_ENABLED
- hosting_platform_post_hosting_unlock_task in platform/
hosting_platform.drush.inc - hosting_platform_post_hosting_verify_task in platform/
hosting_platform.drush.inc - Implementation hook_post_verify().
- hosting_site_add_by_platform_access in site/
hosting_site.module - Access callback for Site add by platform.
- hosting_site_available_options in site/
hosting_site.form.inc - Pass in a site node and return an array of valid options for it's fields.
- hosting_task_migrate_form in migrate/
hosting_migrate.module - Implementation of hook_form().
File
- platform/
hosting_platform.module, line 26 - Platform node type definition.
Code
define('HOSTING_PLATFORM_ENABLED', 1);