function commerceguys_marketplace_addon_load in Commerce Guys Marketplace 7
Loads a single addon from the remote service.
Parameters
$id: The id of the addon to load.
Return value
An addon object.
File
- ./
commerceguys_marketplace.module, line 282 - Connector module for http://marketplace.commerceguys.com
Code
function commerceguys_marketplace_addon_load($id) {
return commerceguys_marketplace_get_manager('addon')
->load($id);
}