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