public function BackendChain::__construct in Zircon Profile 8
Same name and namespace in other branches
- 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\CacheCode
public function __construct($bin) {
}