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

Breadcrumb

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

function Psr17FactoryDiscovery::findUrlFactory

Return value

UriFactoryInterface

Throws

RealNotFoundException

Deprecated

This will be removed in 2.0. Consider using the findUriFactory() method.

File

vendor/php-http/discovery/src/Psr17FactoryDiscovery.php, line 133

Class

Psr17FactoryDiscovery
Finds PSR-17 factories.

Namespace

Http\Discovery

Code

public static function findUrlFactory() {
    return static::findUriFactory();
}

API Navigation

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