public function RequestContext::getScheme

Gets the HTTP scheme.

Return value

string The HTTP scheme

File

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

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getScheme() {
  return $this->scheme;
}