public function NullBackend::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/NullBackend.php \Drupal\Core\Cache\NullBackend::__construct()
- 9 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 26
Class
- NullBackend
- Defines a stub cache implementation.
Namespace
Drupal\Core\CacheCode
public function __construct($bin) {
}