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

Breadcrumb

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

interface ViewRegistryInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\ViewRegistryInterface

Expanded class hierarchy of ViewRegistryInterface

All classes that implement ViewRegistryInterface

1 file declares its use of ViewRegistryInterface
CriteriaViewRegistry.php in vendor/open-telemetry/sdk/Metrics/View/CriteriaViewRegistry.php

File

vendor/open-telemetry/sdk/Metrics/ViewRegistryInterface.php, line 9

Namespace

OpenTelemetry\SDK\Metrics
View source
interface ViewRegistryInterface {
    
    /**
     * @return iterable<ViewProjection>|null
     */
    public function find(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope) : ?iterable;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ViewRegistryInterface::find public function 1
RSS feed
Powered by Drupal