public function StateWrapper::destruct in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/State/StateWrapper.php \Drupal\webprofiler\State\StateWrapper::destruct()
- 8.2 webprofiler/src/State/StateWrapper.php \Drupal\webprofiler\State\StateWrapper::destruct()
- 4.x webprofiler/src/State/StateWrapper.php \Drupal\webprofiler\State\StateWrapper::destruct()
Performs destruct operations.
Overrides CacheCollector::destruct
File
- webprofiler/
src/ State/ StateWrapper.php, line 106
Class
- StateWrapper
- Class StateWrapper.
Namespace
Drupal\webprofiler\StateCode
public function destruct() {
$this
->updateCache();
}