You are here

public function ExportController::__construct in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_export/src/Controller/ExportController.php \Drupal\bibcite_export\Controller\ExportController::__construct()

File

modules/bibcite_export/src/Controller/ExportController.php, line 40

Class

ExportController
Class ExportController.

Namespace

Drupal\bibcite_export\Controller

Code

public function __construct(SerializerInterface $serializer, EntityTypeManagerInterface $entity_type_manager) {
  $this->serializer = $serializer;
  $this->entityTypeManager = $entity_type_manager;
}