You are here

interface OutboundRouteAlteringInterface in Persistent URL 8

Hierarchy

Expanded class hierarchy of OutboundRouteAlteringInterface

All classes that implement OutboundRouteAlteringInterface

1 file declares its use of OutboundRouteAlteringInterface
PurlContextOutboundRouteProcessor.php in src/RouteProcessor/PurlContextOutboundRouteProcessor.php

File

src/Plugin/Purl/Method/OutboundRouteAlteringInterface.php, line 15

Namespace

Drupal\purl\Plugin\Purl\Method
View source
interface OutboundRouteAlteringInterface {
  public function alterOutboundRoute($routeName, $modifier, Route $route, array &$parameters, BubbleableMetadata $metadata = null);

}

Members