public function SendinblueController::statisticsPage in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Controller/SendinblueController.php \Drupal\sendinblue\Controller\SendinblueController::statisticsPage()
Return page for statistics page (Iframe Sib)
1 string reference to 'SendinblueController::statisticsPage'
File
- src/
Controller/ SendinblueController.php, line 107
Class
- SendinblueController
- Returns responses for entity browser routes.
Namespace
Drupal\sendinblue\ControllerCode
public function statisticsPage() {
$listPage_controller['#theme'] = 'iframe_page';
$listPage_controller['#url_iframe'] = [
'#plain_text' => $this->sendinblueManager
->generateStatisticLogin(),
];
return $listPage_controller;
}