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

Breadcrumb

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

function LazyProxyTrait::__destruct

File

vendor/symfony/var-exporter/LazyProxyTrait.php, line 356

Class

LazyProxyTrait

Namespace

Symfony\Component\VarExporter

Code

public function __destruct() {
    if (isset($this->lazyObjectState)) {
        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