public function SDKConnectorInterface::testConnection in Apigee Edge 8
Test connection with the Edge Management Server.
Parameters
\Drupal\key\KeyInterface|null $key: Key entity to check connection with Edge, if NULL, then use the stored key.
Throws
\Exception
1 method overrides SDKConnectorInterface::testConnection()
- SDKConnector::testConnection in src/
SDKConnector.php - Test connection with the Edge Management Server.
File
- src/
SDKConnectorInterface.php, line 56
Class
- SDKConnectorInterface
- Defines an interface for SDK controller classes.
Namespace
Drupal\apigee_edgeCode
public function testConnection(KeyInterface $key = NULL);