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