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

Breadcrumb

  1. Drupal Core 11.1.x

NoopConfigProvider.php

Namespace

OpenTelemetry\API\Configuration\Noop

File

vendor/open-telemetry/api/Configuration/Noop/NoopConfigProvider.php

View source
<?php

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

use OpenTelemetry\API\Configuration\ConfigProperties;
use OpenTelemetry\API\Configuration\ConfigProviderInterface;
class NoopConfigProvider implements ConfigProviderInterface {
    public function getInstrumentationConfig() : ConfigProperties {
        return new NoopConfigProperties();
    }

}

Classes

Title Deprecated Summary
NoopConfigProvider
RSS feed
Powered by Drupal