You are here

public function StateWrapper::destruct in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/State/StateWrapper.php \Drupal\webprofiler\State\StateWrapper::destruct()
  2. 8.2 webprofiler/src/State/StateWrapper.php \Drupal\webprofiler\State\StateWrapper::destruct()
  3. 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\State

Code

public function destruct() {
  $this
    ->updateCache();
}