interface OutboundAlteringInterface in Persistent URL 8
Hierarchy
- interface \Drupal\purl\Plugin\Purl\Method\OutboundAlteringInterface
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\MethodView source
interface OutboundAlteringInterface {
public function alterOutbound($path, $modifier, &$options = null, Request $request = null);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OutboundAlteringInterface:: |
public | function |