constant HOSTING_PLATFORM_ENABLED in Hosting 7.4
Same name and namespace in other branches
- 6.2 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.
6 uses of HOSTING_PLATFORM_ENABLED
- hosting_get_profile_platforms in package/
hosting_package.module - @todo document this function
- hosting_platform_post_hosting_unlock_task in platform/
hosting_platform.drush.inc - @todo Please document this function.
- hosting_platform_post_hosting_verify_task in platform/
hosting_platform.drush.inc - Implements hook_post_hosting_TASK_TYPE_task().
- 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.
File
- platform/
hosting_platform.module, line 26 - Platform node type definition.
Code
define('HOSTING_PLATFORM_ENABLED', 1);