public function Salesforce::getInstanceUrl in Salesforce Suite 7.3
Get the SF instance URL. Useful for linking to objects.
1 call to Salesforce::getInstanceUrl()
- Salesforce::getApiEndPoint in includes/
salesforce.inc - Get the API end point for a given type of the API.
File
- includes/
salesforce.inc, line 270 - Objects, properties, and methods to communicate with the Salesforce REST API
Class
- Salesforce
- Ability to authorize and communicate with the Salesforce REST API.
Code
public function getInstanceUrl() {
return variable_get('salesforce_instance_url', '');
}