You are here

public function BackendChain::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/BackendChain.php \Drupal\Core\Cache\BackendChain::__construct()

Constructs a DatabaseBackend object.

Parameters

string $bin: The cache bin for which the object is created.

File

core/lib/Drupal/Core/Cache/BackendChain.php, line 43
Contains \Drupal\Core\Cache\BackendChain.

Class

BackendChain
Defines a chained cache implementation for combining multiple cache backends.

Namespace

Drupal\Core\Cache

Code

public function __construct($bin) {
}