public function Registry::destruct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::destruct()
Performs destruct operations.
Overrides DestructableInterface::destruct
File
- core/
lib/ Drupal/ Core/ Theme/ Registry.php, line 733 - Contains \Drupal\Core\Theme\Registry.
Class
- Registry
- Defines the theme registry service.
Namespace
Drupal\Core\ThemeCode
public function destruct() {
if (isset($this->runtimeRegistry)) {
$this->runtimeRegistry
->destruct();
}
}