function NullBackendFactory::get
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/NullBackendFactory.php \Drupal\Core\Cache\NullBackendFactory::get()
- 10 core/lib/Drupal/Core/Cache/NullBackendFactory.php \Drupal\Core\Cache\NullBackendFactory::get()
- 11.x core/lib/Drupal/Core/Cache/NullBackendFactory.php \Drupal\Core\Cache\NullBackendFactory::get()
Overrides CacheFactoryInterface::get
File
-
core/
lib/ Drupal/ Core/ Cache/ NullBackendFactory.php, line 10
Class
Namespace
Drupal\Core\CacheCode
public function get($bin) {
return new NullBackend($bin);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.