interface StorageManagerInterface in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/StorageManagerInterface.php \Drupal\Core\Config\StorageManagerInterface
Interface for a storage manager.
Hierarchy
- interface \Drupal\Core\Config\StorageManagerInterface
Expanded class hierarchy of StorageManagerInterface
All classes that implement StorageManagerInterface
1 file declares its use of StorageManagerInterface
- ManagedStorageTest.php in core/tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ ManagedStorageTest.php 
File
- core/lib/ Drupal/ Core/ Config/ StorageManagerInterface.php, line 8 
Namespace
Drupal\Core\ConfigView source
interface StorageManagerInterface {
  /**
   * Get the config storage.
   *
   * @return \Drupal\Core\Config\StorageInterface
   *   The config storage.
   *
   * @throws \Drupal\Core\Config\StorageTransformerException
   *   Thrown when the lock could not be acquired.
   */
  public function getStorage();
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| StorageManagerInterface:: | public | function | Get the config storage. | 2 | 
