You are here

protected property FillPdfContextManager::$entityTypeManager in FillPDF 8.4

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Service/FillPdfContextManager.php, line 18

Class

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

Namespace

Drupal\fillpdf\Service

Code

protected $entityTypeManager;