You are here

public function RestClientInterface::setInstanceUrl in Salesforce Suite 8.3

Set the SF instance URL.

Parameters

string $url: The url.

Return value

$this

Deprecated

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

1 method overrides RestClientInterface::setInstanceUrl()
RestClient::setInstanceUrl in src/Rest/RestClient.php
Set the SF instance URL.

File

src/Rest/RestClientInterface.php, line 242

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function setInstanceUrl($url);