You are here

interface ConfigurableInterface in Persistent URL 8

Hierarchy

Expanded class hierarchy of ConfigurableInterface

All classes that implement ConfigurableInterface

1 file declares its use of ConfigurableInterface
ProviderManager.php in src/Plugin/ProviderManager.php

File

src/Plugin/Purl/Provider/ConfigurableInterface.php, line 5

Namespace

Drupal\purl\Plugin\Purl\Provider
View source
interface ConfigurableInterface {
  public function getSettings();
  public function getDefaultSettings();
  public function setSettings(array $settings);

}

Members