public function DestructableInterface::destruct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/DestructableInterface.php \Drupal\Core\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.
- Registry::destruct in core/
lib/ Drupal/ Core/ Theme/ Registry.php - Performs destruct operations.
- RouteBuilder::destruct in core/
lib/ Drupal/ Core/ ProxyClass/ Routing/ RouteBuilder.php - Performs destruct operations.
- RouteBuilder::destruct in core/
lib/ Drupal/ Core/ Routing/ RouteBuilder.php - Performs destruct operations.
File
- core/
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();