You are here

function hosting_package_instance_load in Hosting 7.3

Same name and namespace in other branches
  1. 5 package/hosting_package.instance.inc \hosting_package_instance_load()
  2. 6.2 package/hosting_package.instance.inc \hosting_package_instance_load()
  3. 7.4 package/hosting_package.instance.inc \hosting_package_instance_load()

Get the first package instance object that maches given parameters.

See also

hosting_package_instances_load()

12 calls to hosting_package_instance_load()
hosting_clone_post_hosting_clone_task in clone/hosting_clone.drush.inc
@todo Please document this function.
hosting_get_profile_languages in package/hosting_package.module
@todo document this function
hosting_migrate_platform_batch in 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 migrate/hosting_migrate.drush.inc
@todo Please document this function.
hosting_package_instance_sync in package/hosting_package.instance.inc
Generate instances to reference nodes to releases.

... See full list

File

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

Code

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