You are here

public function RequestAlteringInterface::alterRequest in Persistent URL 8

1 method overrides RequestAlteringInterface::alterRequest()
PathPrefixMethod::alterRequest in src/Plugin/Purl/Method/PathPrefixMethod.php

File

src/Plugin/Purl/Method/RequestAlteringInterface.php, line 19

Class

RequestAlteringInterface
This is used to signify that a method plugin would want to modify the request, which requires re-initializing the request object.

Namespace

Drupal\purl\Plugin\Purl\Method

Code

public function alterRequest(Request $request, $identifier);