function UpdateBackend::deleteAll

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Update/UpdateBackend.php \Drupal\Core\Update\UpdateBackend::deleteAll()
  2. 8.9.x core/lib/Drupal/Core/Update/UpdateBackend.php \Drupal\Core\Update\UpdateBackend::deleteAll()
  3. 11.x core/lib/Drupal/Core/Update/UpdateBackend.php \Drupal\Core\Update\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.