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