You are here

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

File

src/Service/Repository.php, line 56

Class

Repository

Namespace

Drupal\views_oai_pmh\Service

Code

public function getBaseUrl() {
  return $this->scheme . $this->host . $this->port . $this->path;
}