OutboundAlteringInterface.php in Persistent URL 8
Namespace
Drupal\purl\Plugin\Purl\MethodFile
src/Plugin/Purl/Method/OutboundAlteringInterface.phpView source
<?php
namespace Drupal\purl\Plugin\Purl\Method;
use Symfony\Component\HttpFoundation\Request;
interface OutboundAlteringInterface {
public function alterOutbound($path, $modifier, &$options = null, Request $request = null);
}
Interfaces
Name | Description |
---|---|
OutboundAlteringInterface |