You are here

public function FillPdfFormInterface::getStorageScheme in FillPDF 5.0.x

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

Gets this FillPdfForm's storage scheme.

Return value

string The storage scheme to be used for PDF files generated from this FillPdfForm.

1 method overrides FillPdfFormInterface::getStorageScheme()
FillPdfForm::getStorageScheme in src/Entity/FillPdfForm.php
Gets this FillPdfForm's storage scheme.

File

src/FillPdfFormInterface.php, line 27

Class

FillPdfFormInterface
Interface FillPdfFormInterface.

Namespace

Drupal\fillpdf

Code

public function getStorageScheme();