You are here

OutboundAlteringInterface.php in Persistent URL 8

File

src/Plugin/Purl/Method/OutboundAlteringInterface.php
View 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