Sets the HTTP port.
@api
Parameters
string $httpPort The HTTP port:
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php, line 204
Class
- RequestContext
- Holds information about the current request.
Namespace
Symfony\Component\Routing
Code
public function setHttpPort($httpPort) {
$this->httpPort = $httpPort;
}