You are here

function hosting_package_instance_load in Hostmaster (Aegir) 6

10 calls to hosting_package_instance_load()
hosting_clone_post_hosting_clone_task in modules/hosting/clone/hosting_clone.drush.inc
hosting_get_profile_languages in modules/hosting/package/hosting_package.module
hosting_import_site in modules/hosting/site/hosting_site.module
Helper function to generate update a site node during import.
hosting_migrate_platform_batch in modules/hosting/migrate/hosting_migrate.batch.inc
Batch comparison of site packages between platforms to determine if the site can be migrated to the target platform or not.
hosting_migrate_post_hosting_migrate_task in modules/hosting/migrate/hosting_migrate.drush.inc

... See full list

File

modules/hosting/package/hosting_package.instance.inc, line 93
API for mapping packages to various Hosting node types

Code

function hosting_package_instance_load($param) {
  return _hosting_package_instances_load($param);
}