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

Breadcrumb

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

function Configurator::activate

Overrides ImplicitContextKeyedInterface::activate

File

vendor/open-telemetry/api/Instrumentation/Configurator.php, line 61

Class

Configurator
Configures the global (context scoped) instrumentation instances.

Namespace

OpenTelemetry\API\Instrumentation

Code

public function activate() : ScopeInterface {
    return $this->storeInContext()
        ->activate();
}

API Navigation

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