Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MessageFactory.php

function MessageFactory::createServerRequest

File

vendor/open-telemetry/sdk/Common/Http/Psr/Message/MessageFactory.php, line 41

Class

MessageFactory

Namespace

OpenTelemetry\SDK\Common\Http\Psr\Message

Code

public function createServerRequest(string $method, $uri, array $serverParams = []) : ServerRequestInterface {
    return $this->serverRequestFactory
        ->createServerRequest($method, $uri, $serverParams);
}
RSS feed
Powered by Drupal