public function SendinblueController::__construct in SendinBlue 8.2
Same name and namespace in other branches
- 8 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\ControllerCode
public function __construct(SendinblueManager $sendinblueManager) {
$this->sendinblueManager = $sendinblueManager;
}