Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
RequestContext.php
function RequestContext::getScheme
Gets the HTTP scheme.
File
vendor/
symfony/
routing/
RequestContext.php
, line 178
Class
RequestContext
Holds information about the current request.
Namespace
Symfony\Component\Routing
Code
public
function
getScheme
() : string {
return
$this
->
scheme
; }
RSS feed