public function NullBackend::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Cache/NullBackend.php \Drupal\Core\Cache\NullBackend::__construct()
Constructs a NullBackend object.
Parameters
string $bin: The cache bin for which the object is created.
File
- core/
lib/ Drupal/ Core/ Cache/ NullBackend.php, line 31 - Contains \Drupal\Core\Cache\NullBackend.
Class
- NullBackend
- Defines a stub cache implementation.
Namespace
Drupal\Core\CacheCode
public function __construct($bin) {
}