You are here

public function ProviderAbstract::getSettings in Persistent URL 8

Overrides ConfigurableInterface::getSettings

File

src/Plugin/Purl/Provider/ProviderAbstract.php, line 21

Class

ProviderAbstract

Namespace

Drupal\purl\Plugin\Purl\Provider

Code

public function getSettings() {
  return $this->settings ?: array();
}