public function DestructableInterface::destruct in Service Container 7.2
Same name and namespace in other branches
- 7 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\CoreCode
public function destruct();