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

Breadcrumb

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

function Attributes::create

10 calls to Attributes::create()
Composer::getResource in vendor/open-telemetry/sdk/Resource/Detectors/Composer.php
Environment::getResource in vendor/open-telemetry/sdk/Resource/Detectors/Environment.php
Host::getResource in vendor/open-telemetry/sdk/Resource/Detectors/Host.php
OperatingSystem::getResource in vendor/open-telemetry/sdk/Resource/Detectors/OperatingSystem.php
Process::getResource in vendor/open-telemetry/sdk/Resource/Detectors/Process.php
@psalm-suppress PossiblyUndefinedArrayOffset

... See full list

File

vendor/open-telemetry/sdk/Common/Attribute/Attributes.php, line 25

Class

Attributes
@psalm-suppress MissingTemplateParam

Namespace

OpenTelemetry\SDK\Common\Attribute

Code

public static function create(iterable $attributes) : AttributesInterface {
    return self::factory()->builder($attributes)
        ->build();
}

API Navigation

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