You are here

service fillpdf.serializer in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 fillpdf.services.yml \fillpdf.serializer

Class

Drupal\fillpdf\Serializer
3 string references to fillpdf.serializer
FillPdfFormExportForm::create in src/Form/FillPdfFormExportForm.php
Instantiates a new instance of this class.
FillPdfFormForm::create in src/Form/FillPdfFormForm.php
Instantiates a new instance of this class.
FillPdfFormImportForm::create in src/Form/FillPdfFormImportForm.php
Instantiates a new instance of this class.

File

./fillpdf.services.yml
fillpdf.services.yml

View source
  1. class: Drupal\fillpdf\Serializer
  2. arguments:
  3. - '@serializer'
  4. - '@entity_type.manager'