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

Breadcrumb

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

interface UriFactoryInterface

Hierarchy

  • interface \Psr\Http\Message\UriFactoryInterface

Expanded class hierarchy of UriFactoryInterface

All classes that implement UriFactoryInterface

9 files declare their use of UriFactoryInterface
CommonPsr17ClassesStrategy.php in vendor/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php
DependencyResolver.php in vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/DependencyResolver.php
FactoryResolverInterface.php in vendor/open-telemetry/sdk/Common/Http/Psr/Message/FactoryResolverInterface.php
HttpFactory.php in vendor/guzzlehttp/psr7/src/HttpFactory.php
MessageFactoryResolver.php in vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/MessageFactoryResolver.php

... See full list

File

vendor/psr/http-factory/src/UriFactoryInterface.php, line 5

Namespace

Psr\Http\Message
View source
interface UriFactoryInterface {
    
    /**
     * Create a new URI.
     *
     * @param string $uri
     *
     * @return UriInterface
     *
     * @throws \InvalidArgumentException If the given URI cannot be parsed.
     */
    public function createUri(string $uri = '') : UriInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
UriFactoryInterface::createUri public function Create a new URI. 2

API Navigation

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