You are here

public function FillPdfLinkManipulatorInterface::parseUrlString in FillPDF 5.0.x

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

Parses a root-relative URL.

Parameters

string $url: The root-relative FillPDF URL that would be used to generate the PDF. e.g. '/fillpdf?fid=1&entity_type=node&entity_id=1'.

Return value

array The FillPDF request context as returned by parseLink().

See also

\Drupal\fillpdf\FillPdfLinkManipulatorInterface::parseLink()

1 method overrides FillPdfLinkManipulatorInterface::parseUrlString()
FillPdfLinkManipulator::parseUrlString in src/Service/FillPdfLinkManipulator.php
Parses a root-relative URL.

File

src/FillPdfLinkManipulatorInterface.php, line 44

Class

FillPdfLinkManipulatorInterface
Defines an interface to allow parsing and building FillPDF Links.

Namespace

Drupal\fillpdf

Code

public function parseUrlString($url);