public function RequestContext::getHttpsPort

Gets the HTTPS port.

Return value

string The HTTPS port

File

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

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getHttpsPort() {
  return $this->httpsPort;
}