You are here

public function FillPdfFormExportForm::__construct in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Form/FillPdfFormExportForm.php \Drupal\fillpdf\Form\FillPdfFormExportForm::__construct()

Constructs a FillPdfFormExportForm object.

Parameters

\Drupal\fillpdf\SerializerInterface $serializer: The FillPDF serializer.

File

src/Form/FillPdfFormExportForm.php, line 28

Class

FillPdfFormExportForm
Form controller for the FillPdfForm export form.

Namespace

Drupal\fillpdf\Form

Code

public function __construct(SerializerInterface $serializer) {
  $this->serializer = $serializer;
}