public function NullBackend::__construct in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/NullBackend.php \Drupal\Core\Cache\NullBackend::__construct()
- 10 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.
1 method overrides NullBackend::__construct()
- UpdateBackend::__construct in core/
lib/ Drupal/ Core/ Update/ UpdateBackend.php - UpdateBackend constructor.
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) {
}