public function InstallBackend::get

Overrides Drupal\Core\Cache\DatabaseBackend::get().

Overrides DatabaseBackend::get

File

drupal/core/lib/Drupal/Core/Cache/InstallBackend.php, line 39
Definition of Drupal\Core\Cache\InstallBackend.

Class

InstallBackend
Defines a stub cache implementation to be used during installation.

Namespace

Drupal\Core\Cache

Code

public function get($cid, $allow_invalid = FALSE) {
  return FALSE;
}