You are here

protected property RequestContext::$completeBaseUrl in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/RequestContext.php \Drupal\Core\Routing\RequestContext::completeBaseUrl

The scheme, host and base path, for example "http://example.com/d8".

Type: string

File

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

Class

RequestContext
Holds information about the current request.

Namespace

Drupal\Core\Routing

Code

protected $completeBaseUrl;