You are here

public function ProviderAbstract::getId in Persistent URL 8

Overrides ProviderInterface::getId

File

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

Class

ProviderAbstract

Namespace

Drupal\purl\Plugin\Purl\Provider

Code

public function getId() {
  return $this->id;
}