You are here

public function WardenManager::setBaseUrl in Warden 8

Same name and namespace in other branches
  1. 8.2 src/Service/WardenManager.php \Drupal\warden\Service\WardenManager::setBaseUrl()
  2. 3.x src/Service/WardenManager.php \Drupal\warden\Service\WardenManager::setBaseUrl()

Parameters

string $baseUrl:

Return value

$this

1 call to WardenManager::setBaseUrl()
WardenManager::getBaseUrl in src/Service/WardenManager.php

File

src/Service/WardenManager.php, line 441

Class

WardenManager
Default controller for the warden module.

Namespace

Drupal\warden\Service

Code

public function setBaseUrl($baseUrl) {
  $this->baseUrl = $baseUrl;
  return $this;
}