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

Breadcrumb

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

function ShutdownHandler::__destruct

File

vendor/open-telemetry/sdk/Common/Util/ShutdownHandler.php, line 25

Class

ShutdownHandler

Namespace

OpenTelemetry\SDK\Common\Util

Code

public function __destruct() {
    if (!self::$handlers) {
        return;
    }
    foreach ($this->ids as $id) {
        unset(self::$handlers[$id]);
    }
}

API Navigation

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