You are here

public function SendGridReportsController::__construct in SendGrid Integration 8

Same name and namespace in other branches
  1. 8.2 modules/sendgrid_integration_reports/src/Controller/SendGridReportsController.php \Drupal\sendgrid_integration_reports\Controller\SendGridReportsController::__construct()

SendGridReportsController constructor.

Parameters

\Drupal\sengrid_integration_reports\Api $api: The sendgrid api service.

File

modules/sendgrid_integration_reports/src/Controller/SendGridReportsController.php, line 45

Class

SendGridReportsController
Class for rendering sendgrid reports page.

Namespace

Drupal\sendgrid_integration_reports\Controller

Code

public function __construct(Api $api) {
  $this->api = $api;
}