public function RequestContext::getBaseUrl

Gets the base URL.

Return value

string The base URL

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php, line 82

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

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