You are here

public function StatusPreviewController::__construct in Heartbeat 8

Constructor.

File

modules/statusmessage/src/Controller/StatusPreviewController.php, line 35

Class

StatusPreviewController
Class StatusPreviewController.

Namespace

Drupal\statusmessage\Controller

Code

public function __construct(Client $http_client) {
  $this->httpClient = $http_client;
}