You are here

protected property StorageBase::$collection in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/KeyValueStore/StorageBase.php \Drupal\Core\KeyValueStore\StorageBase::collection
  2. 10 core/lib/Drupal/Core/KeyValueStore/StorageBase.php \Drupal\Core\KeyValueStore\StorageBase::collection

The name of the collection holding key and value pairs.

Type: string

File

core/lib/Drupal/Core/KeyValueStore/StorageBase.php, line 15

Class

StorageBase
Provides a base class for key/value storage implementations.

Namespace

Drupal\Core\KeyValueStore

Code

protected $collection;