You are here

protected property UpdateBackend::$backend in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Update/UpdateBackend.php \Drupal\Core\Update\UpdateBackend::backend

The regular runtime cache backend.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

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

Class

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

Namespace

Drupal\Core\Update

Code

protected $backend;