function StorageBase::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/KeyValueStore/StorageBase.php \Drupal\Core\KeyValueStore\StorageBase::__construct()
- 8.9.x core/lib/Drupal/Core/KeyValueStore/StorageBase.php \Drupal\Core\KeyValueStore\StorageBase::__construct()
- 10 core/lib/Drupal/Core/KeyValueStore/StorageBase.php \Drupal\Core\KeyValueStore\StorageBase::__construct()
1 call to StorageBase::__construct()
- DatabaseStorage::__construct in core/
lib/ Drupal/ Core/ KeyValueStore/ DatabaseStorage.php - Overrides Drupal\Core\KeyValueStore\StorageBase::__construct().
1 method overrides StorageBase::__construct()
- DatabaseStorage::__construct in core/
lib/ Drupal/ Core/ KeyValueStore/ DatabaseStorage.php - Overrides Drupal\Core\KeyValueStore\StorageBase::__construct().
File
-
core/
lib/ Drupal/ Core/ KeyValueStore/ StorageBase.php, line 20
Class
- StorageBase
- Provides a base class for key/value storage implementations.
Namespace
Drupal\Core\KeyValueStoreCode
public function __construct($collection) {
$this->collection = $collection;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.