public function DestructableInterface::destruct

Performs destruct operations.

6 methods override DestructableInterface::destruct()
AliasWhitelist::destruct in drupal/core/lib/Drupal/Core/Path/AliasWhitelist.php
Implements Drupal\Core\DestructableInterface::destruct().
DatabaseStorageExpirable::destruct in drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
Implements Drupal\Core\DestructableInterface::destruct().
KeyValueDatabaseExpirableFactory::destruct in drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php
Implements Drupal\Core\DestructableInterface::terminate().
LocaleLookup::destruct in drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php
Performs destruct operations.
LocaleTranslation::destruct in drupal/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php
Performs destruct operations.

... See full list

File

drupal/core/lib/Drupal/Core/DestructableInterface.php, line 18
Contains \Drupal\Core\DestructableInterface.

Class

DestructableInterface
The interface for services that need explicit destruction.

Namespace

Drupal\Core

Code

public function destruct();