MethodInterface |
src/Plugin/Purl/Method/MethodInterface.php |
|
OutboundAlteringInterface |
src/Plugin/Purl/Method/OutboundAlteringInterface.php |
|
OutboundRouteAlteringInterface |
src/Plugin/Purl/Method/OutboundRouteAlteringInterface.php |
|
PathPrefixMethod |
src/Plugin/Purl/Method/PathPrefixMethod.php |
Plugin annotation
@PurlMethod(
id="path_prefix"
) |
RequestAlteringInterface |
src/Plugin/Purl/Method/RequestAlteringInterface.php |
This is used to signify that a method plugin would want to modify the
request, which requires re-initializing the request object. |
SubdomainMethod |
src/Plugin/Purl/Method/SubdomainMethod.php |
Plugin annotation
@PurlMethod(
id="subdomain",
name="Subdomain"
) |