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

Breadcrumb

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

function MessageFactory::createResponse

File

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

Class

MessageFactory

Namespace

OpenTelemetry\SDK\Common\Http\Psr\Message

Code

public function createResponse(int $code = 200, string $reasonPhrase = '') : ResponseInterface {
    return $this->responseFactory
        ->createResponse($code, $reasonPhrase);
}
RSS feed
Powered by Drupal