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

Breadcrumb

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

function ViewTemplate::withAttributeKeys

Parameters

list<string> $attributeKeys:

File

vendor/open-telemetry/sdk/Metrics/View/ViewTemplate.php, line 49

Class

ViewTemplate

Namespace

OpenTelemetry\SDK\Metrics\View

Code

public function withAttributeKeys(array $attributeKeys) : self {
    $self = clone $this;
    $self->attributeKeys = $attributeKeys;
    return $self;
}

API Navigation

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