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

Breadcrumb

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

function Configuration::has

16 calls to Configuration::has()
Environment::getResource in vendor/open-telemetry/sdk/Resource/Detectors/Environment.php
LogsExporterFactory::create in vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php
@psalm-suppress ArgumentTypeCoercion
LogsExporterFactory::getCompression in vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php
LogsExporterFactory::getEndpoint in vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php
LogsExporterFactory::getTimeout in vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php

... See full list

File

vendor/open-telemetry/sdk/Common/Configuration/Configuration.php, line 27

Class

Configuration
Configuration can come from one or more of the following sources (from highest to lowest priority):

Namespace

OpenTelemetry\SDK\Common\Configuration

Code

public static function has(string $name) : bool {
    return CompositeResolver::instance()->hasVariable($name);
}

API Navigation

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