public function Repository::getBaseUrl in Views OAI-PMH 8
File
- src/
Service/ Repository.php, line 56
Class
Namespace
Drupal\views_oai_pmh\ServiceCode
public function getBaseUrl() {
return $this->scheme . $this->host . $this->port . $this->path;
}