public function FillPdfContextManager::__construct in FillPDF 5.0.x
Same name and namespace in other branches
- 8.4 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\ServiceCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}