public function PardotClientInterface::isInit in Pardot Integration 2.x
Return true if we have all the info to potentially make a proper api call.
Return value
bool Bool true or false
1 method overrides PardotClientInterface::isInit()
- PardotClient::isInit in src/
Service/ PardotClient.php - Return true if we have all the info to potentially make a proper api call.
File
- src/
Service/ PardotClientInterface.php, line 18
Class
- PardotClientInterface
- Interface for the Pardot API service.
Namespace
Drupal\pardot\ServiceCode
public function isInit();