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

Breadcrumb

  1. Drupal Core 11.1.x

ConfigProperties.php

Namespace

OpenTelemetry\API\Configuration

File

vendor/open-telemetry/api/Configuration/ConfigProperties.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\API\Configuration;

interface ConfigProperties {
    public function get(string $id) : mixed;

}

Interfaces

Title Deprecated Summary
ConfigProperties
RSS feed
Powered by Drupal