interface OutboundRouteAlteringInterface in Persistent URL 8
Hierarchy
- interface \Drupal\purl\Plugin\Purl\Method\OutboundRouteAlteringInterface
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\MethodView source
interface OutboundRouteAlteringInterface {
public function alterOutboundRoute($routeName, $modifier, Route $route, array &$parameters, BubbleableMetadata $metadata = null);
}