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

Breadcrumb

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

function ViewTemplate::withAggregation

File

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

Class

ViewTemplate

Namespace

OpenTelemetry\SDK\Metrics\View

Code

public function withAggregation(?AggregationInterface $aggregation) : self {
    $self = clone $this;
    $self->aggregation = $aggregation;
    return $self;
}

API Navigation

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