You are here

public function UpdateBackend::delete in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Update/UpdateBackend.php \Drupal\Core\Update\UpdateBackend::delete()
  2. 9 core/lib/Drupal/Core/Update/UpdateBackend.php \Drupal\Core\Update\UpdateBackend::delete()

File

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

Class

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

Namespace

Drupal\Core\Update

Code

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