You are here

public function FillPdfAdminFormHelperInterface::getFormsByTemplateScheme in FillPDF 5.0.x

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

Returns all FillPdfForms with template PDFs stored in a particular scheme.

Return value

string Scheme of the templates PDFs.

1 method overrides FillPdfAdminFormHelperInterface::getFormsByTemplateScheme()
FillPdfAdminFormHelper::getFormsByTemplateScheme in src/Service/FillPdfAdminFormHelper.php
Returns all FillPdfForms with template PDFs stored in a particular scheme.

File

src/FillPdfAdminFormHelperInterface.php, line 43

Class

FillPdfAdminFormHelperInterface
Interface FillPdfAdminFormHelperInterface.

Namespace

Drupal\fillpdf

Code

public function getFormsByTemplateScheme($scheme);