interface 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
| Title Sort descending | Modifiers | Object type | Summary | Overrides | 
|---|---|---|---|---|
| StorageManagerInterface::getStorage | public | function | Get the config storage. | 2 | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.