function UpdateBackend::delete
Overrides NullBackend::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\UpdateCode
public function delete($cid) {
  $this->backend
    ->delete($cid);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
