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

Breadcrumb

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

function Environment::decode

1 call to Environment::decode()
Environment::getResource in vendor/open-telemetry/sdk/Resource/Detectors/Environment.php

File

vendor/open-telemetry/sdk/Resource/Detectors/Environment.php, line 36

Class

Environment

Namespace

OpenTelemetry\SDK\Resource\Detectors

Code

private static function decode(array $attributes) : array {
    return array_map('urldecode', $attributes);
}

API Navigation

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