You are here

public function FillPdfContextManager::__construct in FillPDF 8.4

Same name and namespace in other branches
  1. 5.0.x src/Service/FillPdfContextManager.php \Drupal\fillpdf\Service\FillPdfContextManager::__construct()

File

src/Service/FillPdfContextManager.php, line 23

Class

FillPdfContextManager
Helper class to load entities from a FillPDF context array.

Namespace

Drupal\fillpdf\Service

Code

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