You are here

interface MethodInterface in Persistent URL 8

Hierarchy

Expanded class hierarchy of MethodInterface

All classes that implement MethodInterface

2 files declare their use of MethodInterface
MethodPluginManager.php in src/Plugin/MethodPluginManager.php
ProviderInterface.php in src/Plugin/Purl/Provider/ProviderInterface.php

File

src/Plugin/Purl/Method/MethodInterface.php, line 8

Namespace

Drupal\purl\Plugin\Purl\Method
View source
interface MethodInterface {
  public function contains(Request $request, $modifier);
  public function enterContext($modifier, $path, array &$options);
  public function exitContext($modifier, $path, array &$options);

}

Members