You are here

public function Repository::listMetadataFormats in Views OAI-PMH 8

File

src/Service/Repository.php, line 199

Class

Repository

Namespace

Drupal\views_oai_pmh\Service

Code

public function listMetadataFormats($identifier = NULL) {
  return $this->formats;
}