function UpdateBackend::deleteAll

Overrides NullBackend::deleteAll

File

core/lib/Drupal/Core/Update/UpdateBackend.php, line 50

Class

UpdateBackend
Defines a cache backend for use during Drupal database updates.

Namespace

Drupal\Core\Update

Code

public function deleteAll() {
  $this->backend
    ->deleteAll();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.