public function SerializerInterface::getFormExportCode in FillPDF 5.0.x
Same name and namespace in other branches
- 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\fillpdfCode
public function getFormExportCode(FillPdfFormInterface $fillpdf_form);