public function FillPdfLinkManipulatorInterface::generateLink in FillPDF 8.4
Same name and namespace in other branches
- 5.0.x src/FillPdfLinkManipulatorInterface.php \Drupal\fillpdf\FillPdfLinkManipulatorInterface::generateLink()
Generates a FillPdf Url from the given parameters.
Parameters
array $parameters: The array of parameters to be converted into a URL and query string.
Return value
\Drupal\Core\Url Url object.
1 method overrides FillPdfLinkManipulatorInterface::generateLink()
- FillPdfLinkManipulator::generateLink in src/
Service/ FillPdfLinkManipulator.php - Generates a FillPdf Url from the given parameters.
File
- src/
FillPdfLinkManipulatorInterface.php, line 81
Class
- FillPdfLinkManipulatorInterface
- Defines an interface to allow parsing and building FillPDF Links.
Namespace
Drupal\fillpdfCode
public function generateLink(array $parameters);