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

Breadcrumb

  1. Drupal Core 11.1.x

AttributesBuilderInterface.php

Namespace

OpenTelemetry\SDK\Common\Attribute

File

vendor/open-telemetry/sdk/Common/Attribute/AttributesBuilderInterface.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Attribute;

use ArrayAccess;

/**
 * @psalm-suppress MissingTemplateParam
 */
interface AttributesBuilderInterface extends ArrayAccess {
    public function build() : AttributesInterface;
    public function merge(AttributesInterface $old, AttributesInterface $updating) : AttributesInterface;

}

Interfaces

Title Deprecated Summary
AttributesBuilderInterface @psalm-suppress MissingTemplateParam

API Navigation

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