You are here

public function SerializerInterface::getFormExportCode in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 src/SerializerInterface.php \Drupal\fillpdf\SerializerInterface::getFormExportCode()

Serializes a FillPDF form for export.

Parameters

\Drupal\fillpdf\FillPdfFormInterface $fillpdf_form: The FillPDF Form to serialize.

Return value

string The serialized FillPDF form.

1 method overrides SerializerInterface::getFormExportCode()
Serializer::getFormExportCode in src/Serializer.php
Serializes a FillPDF form for export.

File

src/SerializerInterface.php, line 21

Class

SerializerInterface
Interface SerializerInterface.

Namespace

Drupal\fillpdf

Code

public function getFormExportCode(FillPdfFormInterface $fillpdf_form);