You are here

ConfigurableInterface.php in Persistent URL 8

File

src/Plugin/Purl/Provider/ConfigurableInterface.php
View source
<?php

namespace Drupal\purl\Plugin\Purl\Provider;

interface ConfigurableInterface {
  public function getSettings();
  public function getDefaultSettings();
  public function setSettings(array $settings);

}

Interfaces