You are here

protected property DatabaseStorage::$collection in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/DatabaseStorage.php \Drupal\Core\Config\DatabaseStorage::collection

The storage collection.

Type: string

File

core/lib/Drupal/Core/Config/DatabaseStorage.php, line 42

Class

DatabaseStorage
Defines the Database storage.

Namespace

Drupal\Core\Config

Code

protected $collection = StorageInterface::DEFAULT_COLLECTION;