public function RequestContext::setHttpPort

Sets the HTTP port.

@api

Parameters

string $httpPort The HTTP port:

1 call to RequestContext::setHttpPort()
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 173

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function setHttpPort($httpPort) {
  $this->httpPort = $httpPort;
}