interface MethodPluginManagerInterface in Persistent URL 8
Hierarchy
- interface \Drupal\purl\Plugin\MethodPluginManagerInterface
Expanded class hierarchy of MethodPluginManagerInterface
All classes that implement MethodPluginManagerInterface
File
- src/
Plugin/ MethodPluginManagerInterface.php, line 5
Namespace
Drupal\purl\PluginView source
interface MethodPluginManagerInterface {
/**
* @param string $id
* @return Drupal\purl\Plugin\Purl\Context\MethodPluginInterface
*/
public function getMethodPlugin($id);
/**
* @param string $id
* @return boolen
*/
public function hasMethodPlugin($id);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MethodPluginManagerInterface:: |
public | function | 1 | |
MethodPluginManagerInterface:: |
public | function | 1 |