You are here

IdentifierProviderInterface.php in Persistent URL 8

File

src/Plugin/Purl/Identifier/IdentifierProviderInterface.php
View source
<?php

namespace Drupal\purl\Plugin\Purl\Identifier;

interface IdentifierProviderInterface {
  public function getIdentifiers();

}

Interfaces