public function TestRestClient::apiCall in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::apiCall()
- 8.3 src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::apiCall()
Short-circuit api calls.
Overrides RestClient::apiCall
File
- src/
Tests/ TestRestClient.php, line 50
Class
- TestRestClient
- Test Salesforce REST client.
Namespace
Drupal\salesforce\TestsCode
public function apiCall($path, array $params = [], $method = 'GET', $returnObject = FALSE) {
}