You are here

protected property ExportStorageManager::$storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/ExportStorageManager.php \Drupal\Core\Config\ExportStorageManager::storage

The database storage.

Type: \Drupal\Core\Config\DatabaseStorage

File

core/lib/Drupal/Core/Config/ExportStorageManager.php, line 37

Class

ExportStorageManager
The export storage manager dispatches an event for the export storage.

Namespace

Drupal\Core\Config

Code

protected $storage;