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

Breadcrumb

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

function LazyGhostTrait::__destruct

File

vendor/symfony/var-exporter/LazyGhostTrait.php, line 343

Class

LazyGhostTrait

Namespace

Symfony\Component\VarExporter

Code

public function __destruct() {
    $state = $this->lazyObjectState ?? null;
    if (LazyObjectState::STATUS_UNINITIALIZED_FULL === $state?->status) {
        return;
    }
    if ((Registry::$parentMethods[self::class] ??= Registry::getParentMethods(self::class))['destruct']) {
        parent::__destruct();
    }
}

API Navigation

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