You are here

public function ExportAnalyticsController::__construct in Apigee Edge 8

File

src/Controller/ExportAnalyticsController.php, line 47

Class

ExportAnalyticsController
Defines a controller for exporting and downloading analytics data.

Namespace

Drupal\apigee_edge\Controller

Code

public function __construct(PrivateTempStoreFactory $tempstore_private) {
  $this->store = $tempstore_private
    ->get('apigee_edge.analytics');
}