RequestContext::getCompleteBaseUrl

public RequestContext::getCompleteBaseUrl()

Gets the scheme, host and base path.

For example, in an installation in a subdirectory "d8", it should be "https://example.com/d8".

File

core/lib/Drupal/Core/Routing/RequestContext.php, line 53

Class

RequestContext
Holds information about the current request.

Namespace

Drupal\Core\Routing

Code

public function getCompleteBaseUrl() {
  return $this->completeBaseUrl;
}
doc_Drupal
2016-10-29 09:37:46
Comments
Leave a Comment

Please login to continue.