You are here

protected property BitbucketManager::$httpClient in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x modules/build_hooks_bitbucket/src/BitbucketManager.php \Drupal\build_hooks_bitbucket\BitbucketManager::httpClient

GuzzleHttp\ClientInterface definition.

Type: \GuzzleHttp\ClientInterface

File

modules/build_hooks_bitbucket/src/BitbucketManager.php, line 26

Class

BitbucketManager
Service for managing BitBucket connection details.

Namespace

Drupal\build_hooks_bitbucket

Code

protected $httpClient;