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

Breadcrumb

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

function RequestInterface::getUri

Retrieves the URI instance.

This method MUST return a UriInterface instance.

@link http://tools.ietf.org/html/rfc3986#section-4.3

Return value

UriInterface Returns a UriInterface instance representing the URI of the request.

1 method overrides RequestInterface::getUri()
Request::getUri in vendor/guzzlehttp/psr7/src/Request.php
Retrieves the URI instance.

File

vendor/psr/http-message/src/RequestInterface.php, line 97

Class

RequestInterface
Representation of an outgoing, client-side request.

Namespace

Psr\Http\Message

Code

public function getUri() : UriInterface;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal