You are here

public function SendinblueController::__construct in SendinBlue 8

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

File

src/Controller/SendinblueController.php, line 26

Class

SendinblueController
Returns responses for entity browser routes.

Namespace

Drupal\sendinblue\Controller

Code

public function __construct(SendinblueManager $sendinblueManager) {
  $this->sendinblueManager = $sendinblueManager;
}