You are here

public function FillPdfFormInterface::getFormFields in FillPDF 5.0.x

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

Returns all FillPdfFormFields associated with this FillPdfForm.

Return value

\Drupal\fillpdf\FillPdfFormFieldInterface[] Associative array of FillPdfFormFields keyed by the pdf_key.

1 method overrides FillPdfFormInterface::getFormFields()
FillPdfForm::getFormFields in src/Entity/FillPdfForm.php
Returns all FillPdfFormFields associated with this FillPdfForm.

File

src/FillPdfFormInterface.php, line 18

Class

FillPdfFormInterface
Interface FillPdfFormInterface.

Namespace

Drupal\fillpdf

Code

public function getFormFields();