You are here

protected property NetlifyManager::$httpClient in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 modules/build_hooks_netlify/src/NetlifyManager.php \Drupal\build_hooks_netlify\NetlifyManager::httpClient

GuzzleHttp\ClientInterface definition.

Type: \GuzzleHttp\ClientInterface

File

modules/build_hooks_netlify/src/NetlifyManager.php, line 29

Class

NetlifyManager
Defines a manager service for netlify deployments.

Namespace

Drupal\build_hooks_netlify

Code

protected $httpClient;