You are here

interface OutboundAlteringInterface in Persistent URL 8

Hierarchy

Expanded class hierarchy of OutboundAlteringInterface

All classes that implement OutboundAlteringInterface

1 file declares its use of OutboundAlteringInterface
PurlContextOutboundPathProcessor.php in src/PathProcessor/PurlContextOutboundPathProcessor.php

File

src/Plugin/Purl/Method/OutboundAlteringInterface.php, line 7

Namespace

Drupal\purl\Plugin\Purl\Method
View source
interface OutboundAlteringInterface {
  public function alterOutbound($path, $modifier, &$options = null, Request $request = null);

}

Members