You are here

public function CompositeIdentifierProvider::__construct in Persistent URL 8

File

src/Plugin/Purl/Identifier/CompositeIdentifierProvider.php, line 12

Class

CompositeIdentifierProvider

Namespace

Drupal\purl\Plugin\Purl\Identifier

Code

public function __construct(array $providers) {
  $this->providers = $providers;
}