You are here

public function TestRestClient::apiCall in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::apiCall()
  2. 5.0.x src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::apiCall()

Short-circuit api calls.

Overrides RestClient::apiCall

File

src/Tests/TestRestClient.php, line 33

Class

TestRestClient
Test Salesforce REST client.

Namespace

Drupal\salesforce\Tests

Code

public function apiCall($path, array $params = [], $method = 'GET', $returnObject = FALSE) {
}