public function RequestContext::getHttpPort

Gets the HTTP port.

Return value

string The HTTP port

File

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

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getHttpPort() {
  return $this->httpPort;
}