public function RequestContext::setHttpsPort

Sets the HTTPS port.

@api

Parameters

string $httpsPort The HTTPS port:

1 call to RequestContext::setHttpsPort()
RequestContext::fromRequest in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php

File

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

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function setHttpsPort($httpsPort) {
  $this->httpsPort = $httpsPort;
}