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

Breadcrumb

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

interface DiscoveryInterface

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

Hierarchy

  • interface \OpenTelemetry\SDK\Common\Http\Psr\Client\Discovery\DiscoveryInterface

Expanded class hierarchy of DiscoveryInterface

All classes that implement DiscoveryInterface

1 file declares its use of DiscoveryInterface
Discovery.php in vendor/open-telemetry/sdk/Common/Http/Psr/Client/Discovery.php

File

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

Namespace

OpenTelemetry\SDK\Common\Http\Psr\Client\Discovery
View source
interface DiscoveryInterface {
    public function available() : bool;
    public function create(mixed $options) : ClientInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DiscoveryInterface::available public function 4
DiscoveryInterface::create public function 4
RSS feed
Powered by Drupal