You are here

public function RestClientInterface::getInstanceUrl in Salesforce Suite 8.3

Get the SF instance URL. Useful for linking to objects.

Return value

string|null The instance url.

Deprecated

in 8.x-4.0 and does not have an exact analog, refer to \Drupal\salesforce\getInstanceUrl instead.

1 method overrides RestClientInterface::getInstanceUrl()
RestClient::getInstanceUrl in src/Rest/RestClient.php
Get the SF instance URL. Useful for linking to objects.

File

src/Rest/RestClientInterface.php, line 230

Class

RestClientInterface
Objects, properties, and methods to communicate with the Salesforce REST API.

Namespace

Drupal\salesforce\Rest

Code

public function getInstanceUrl();