public function RestClientInterface::isInit in Salesforce Suite 8.4
Same name and namespace in other branches
- 5.0.x src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::isInit()
Check if the client is ready to perform API calls.
TRUE indicates that the various dependencies are in place to initiate an API call. It does NOT indicate that the API call will be successful, or return a 200 status.
Return value
bool FALSE if the client is not initialized. TRUE otherwise.
1 method overrides RestClientInterface::isInit()
- RestClient::isInit in src/
Rest/ RestClient.php - Check if the client is ready to perform API calls.
File
- src/
Rest/ RestClientInterface.php, line 24
Class
- RestClientInterface
- Objects, properties, and methods to communicate with the Salesforce REST API.
Namespace
Drupal\salesforce\RestCode
public function isInit();