Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/DestructableInterface.php \Drupal\Core\DestructableInterface::destruct()
  2. 9 core/lib/Drupal/Core/DestructableInterface.php \Drupal\Core\DestructableInterface::destruct()

Performs destruct operations.

8 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.
ModuleHandler::destruct in core/lib/Drupal/Core/Extension/ModuleHandler.php
Performs destruct operations.
Registry::destruct in core/lib/Drupal/Core/Theme/Registry.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();