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

Breadcrumb

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

function DestructableInterface::destruct

Performs destruct operations.

6 methods override DestructableInterface::destruct()
CacheCollector::destruct in core/lib/Drupal/Core/Cache/CacheCollector.php
Performs destruct operations.
LocaleTranslation::destruct in core/modules/locale/src/LocaleTranslation.php
Performs destruct operations.
MenuActiveTrail::destruct in core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php
Performs destruct operations.
Registry::destruct in core/lib/Drupal/Core/Theme/Registry.php
Performs destruct operations.
RouteBuilder::destruct in core/lib/Drupal/Core/Routing/RouteBuilder.php
Performs destruct operations.

... See full list

File

core/lib/Drupal/Core/DestructableInterface.php, line 20

Class

DestructableInterface
The interface for services that need explicit destruction.

Namespace

Drupal\Core

Code

public function destruct();

API Navigation

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