You are here

public function FillPdfFormInterface::getStoragePath in FillPDF 5.0.x

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

Gets this FillPdfForm's storage path.

Return value

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

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

File

src/FillPdfFormInterface.php, line 36

Class

FillPdfFormInterface
Interface FillPdfFormInterface.

Namespace

Drupal\fillpdf

Code

public function getStoragePath();