You are here

constant HOSTING_PLATFORM_LOCKED in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 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.

7 uses of HOSTING_PLATFORM_LOCKED
hosting_platform_post_hosting_lock_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_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
Small helper function to get platforms that haven't been deleted or locked, and are accessible by this user.

... See full list

File

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

Code

define('HOSTING_PLATFORM_LOCKED', -1);