You are here

interface MethodPluginManagerInterface in Persistent URL 8

Hierarchy

Expanded class hierarchy of MethodPluginManagerInterface

All classes that implement MethodPluginManagerInterface

File

src/Plugin/MethodPluginManagerInterface.php, line 5

Namespace

Drupal\purl\Plugin
View 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