function Registry::destruct
Performs destruct operations.
Overrides DestructableInterface::destruct
File
-
core/
lib/ Drupal/ Core/ Theme/ Registry.php, line 841
Class
- Registry
- Defines the theme registry service.
Namespace
Drupal\Core\ThemeCode
public function destruct() {
foreach ($this->runtimeRegistry as $runtime_registry) {
$runtime_registry->destruct();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.