public function FillPdfLinkManipulatorInterface::parseRequest in FillPDF 5.0.x
Same name and namespace in other branches
- 8.4 src/FillPdfLinkManipulatorInterface.php \Drupal\fillpdf\FillPdfLinkManipulatorInterface::parseRequest()
Parses a request.
@todo: Move this elsewhere, maybe to that current_fillpdf_link service I was thinking of or whatever it was.
Parameters
\Symfony\Component\HttpFoundation\Request $request: The request containing the query string to parse.
Return value
array The FillPDF request context as returned by parseLink().
See also
\Drupal\fillpdf\FillPdfLinkManipulatorInterface::parseLink()
1 method overrides FillPdfLinkManipulatorInterface::parseRequest()
- FillPdfLinkManipulator::parseRequest in src/
Service/ FillPdfLinkManipulator.php - @todo: Maybe this should return a FillPdfLinkContext object or something? Guess it depends on how much I end up needing to change it.
File
- src/
FillPdfLinkManipulatorInterface.php, line 30
Class
- FillPdfLinkManipulatorInterface
- Defines an interface to allow parsing and building FillPDF Links.
Namespace
Drupal\fillpdfCode
public function parseRequest(Request $request);