You are here

public function FillPdfLinkManipulatorInterface::generateLink in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 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\fillpdf

Code

public function generateLink(array $parameters);