public function TestRestClient::apiCall in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::apiCall()
- 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\TestsCode
public function apiCall($path, array $params = [], $method = 'GET', $returnObject = FALSE) {
}