function UpdateBackend::deleteMultiple
Overrides NullBackend::deleteMultiple
File
-
core/
lib/ Drupal/ Core/ Update/ UpdateBackend.php, line 43
Class
- UpdateBackend
- Defines a cache backend for use during Drupal database updates.
Namespace
Drupal\Core\UpdateCode
public function deleteMultiple(array $cids) {
$this->backend
->deleteMultiple($cids);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.