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

Breadcrumb

  1. Drupal Core 11.1.x

ResolverInterface.php

Same filename in this branch
  1. 11.1.x vendor/open-telemetry/sdk/Common/Http/HttpPlug/Client/ResolverInterface.php
  2. 11.1.x vendor/open-telemetry/sdk/Common/Configuration/Resolver/ResolverInterface.php

Namespace

OpenTelemetry\SDK\Common\Http\Psr\Client

File

vendor/open-telemetry/sdk/Common/Http/Psr/Client/ResolverInterface.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Http\Psr\Client;

use Psr\Http\Client\ClientInterface;
interface ResolverInterface {
    public function resolvePsrClient() : ClientInterface;

}

Interfaces

Title Deprecated Summary
ResolverInterface

API Navigation

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