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

Breadcrumb

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

function ViewTemplate::create

File

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

Class

ViewTemplate

Namespace

OpenTelemetry\SDK\Metrics\View

Code

public static function create() : self {
    static $instance;
    return $instance ??= new self();
}

API Navigation

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