You are here

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

Same name and namespace in other branches
  1. 8.2 src/Trigger.php \Drupal\build_hooks\Trigger::httpClient
  2. 8 src/Trigger.php \Drupal\build_hooks\Trigger::httpClient

The http_client service.

Type: \GuzzleHttp\ClientInterface

File

src/Trigger.php, line 41

Class

Trigger
Defines a service for triggering deployments.

Namespace

Drupal\build_hooks

Code

protected $httpClient;