function StateWrapper::delete

File

webprofiler/src/State/StateWrapper.php, line 78

Class

StateWrapper
Class StateWrapper.

Namespace

Drupal\webprofiler\State

Code

public function delete($key) {
    $this->state
        ->delete($key);
}