You are here

public function DestructableInterface::destruct in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/DestructableInterface.php \Drupal\Core\DestructableInterface::destruct()

Performs destruct operations.

1 method overrides DestructableInterface::destruct()
DatabaseStorageExpirable::destruct in lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
Implements Drupal\Core\DestructableInterface::destruct().

File

lib/Drupal/Core/DestructableInterface.php, line 25
Contains \Drupal\Core\DestructableInterface.

Class

DestructableInterface
The interface for services that need explicit destruction.

Namespace

Drupal\Core

Code

public function destruct();