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

Breadcrumb

  1. Drupal Core 11.1.x

DiscoveryInterface.php

Same filename in this branch
  1. 11.1.x core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php

Namespace

OpenTelemetry\SDK\Common\Http\Psr\Client\Discovery

File

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

View source
<?php

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

use Psr\Http\Client\ClientInterface;
interface DiscoveryInterface {
    public function available() : bool;
    public function create(mixed $options) : ClientInterface;

}

Interfaces

Title Deprecated Summary
DiscoveryInterface

API Navigation

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