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

Breadcrumb

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

function Configuration::getList

9 calls to Configuration::getList()
ExporterFactory::create in vendor/open-telemetry/sdk/Trace/ExporterFactory.php
ExporterFactory::create in vendor/open-telemetry/sdk/Logs/ExporterFactory.php
LogRecordProcessorFactory::create in vendor/open-telemetry/sdk/Logs/LogRecordProcessorFactory.php
MeterProviderFactory::create in vendor/open-telemetry/sdk/Metrics/MeterProviderFactory.php
@todo https://github.com/open-telemetry/opentelemetry-specification/blob/main…
PropagatorFactory::create in vendor/open-telemetry/sdk/Propagation/PropagatorFactory.php

... See full list

File

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

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 getList(string $key, ?array $default = null) : array {
    return ListParser::parse(CompositeResolver::instance()->resolve(self::validateVariableType($key, VariableTypes::LIST), $default));
}
RSS feed
Powered by Drupal