public function MatomoReportsSettings::__construct in Matomo Reports 8
Constructs a MatomoReportsSettings object.
Parameters
\GuzzleHttp\ClientInterface $httpClient: The HttpClient.
Overrides ConfigFormBase::__construct
File
- src/
Form/ MatomoReportsSettings.php, line 32
Class
- MatomoReportsSettings
- Class MatomoReportsSettings.
Namespace
Drupal\matomo_reports\FormCode
public function __construct(ClientInterface $httpClient) {
$this->httpClient = $httpClient;
}