function hosting_package_instances_load in Hostmaster (Aegir) 6
3 calls to hosting_package_instances_load()
- hosting_get_profiles in modules/
hosting/ package/ hosting_package.module - hosting_get_profile_platforms in modules/
hosting/ package/ hosting_package.module - hosting_task_migrate_form in modules/
hosting/ migrate/ hosting_migrate.module - Implementation of hook_form().
File
- modules/
hosting/ package/ hosting_package.instance.inc, line 97 - API for mapping packages to various Hosting node types
Code
function hosting_package_instances_load($param) {
return _hosting_package_instances_load($param, TRUE);
}