You are here

constant HOSTING_PLATFORM_LOCKED in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 platform/hosting_platform.module \HOSTING_PLATFORM_LOCKED
  2. 7.3 platform/hosting_platform.module \HOSTING_PLATFORM_LOCKED

This platform has been locked, new sites will not be allowed to use it.

8 uses of HOSTING_PLATFORM_LOCKED
hosting_platform_post_hosting_lock_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_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_menu_access in task/hosting_task.module
Task access controls.
_hosting_get_allowed_platforms in client/hosting_client.module
Get accessible platforms that haven't been deleted or locked.

... See full list

File

platform/hosting_platform.module, line 16
Platform node type definition.

Code

define('HOSTING_PLATFORM_LOCKED', -1);