You are here

interface FilteredStorageInterface in Config Filter 8

Same name and namespace in other branches
  1. 8.2 src/Config/FilteredStorageInterface.php \Drupal\config_filter\Config\FilteredStorageInterface

Essentially the StorageInterface, but knowing that config_filter is used.

Hierarchy

Expanded class hierarchy of FilteredStorageInterface

All classes that implement FilteredStorageInterface

2 files declare their use of FilteredStorageInterface
ConfigFilterStorageFactoryTest.php in tests/src/Kernel/ConfigFilterStorageFactoryTest.php
FilteredStorageTest.php in src/Tests/FilteredStorageTest.php

File

src/Config/FilteredStorageInterface.php, line 10

Namespace

Drupal\config_filter\Config
View source
interface FilteredStorageInterface extends StorageInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
StorageInterface::createCollection public function Creates a collection on the storage. 8
StorageInterface::decode public function Decodes configuration data from the storage-specific format. 8
StorageInterface::DEFAULT_COLLECTION constant The default collection name.
StorageInterface::delete public function Deletes a configuration object from the storage. 8
StorageInterface::deleteAll public function Deletes configuration objects whose names start with a given prefix. 8
StorageInterface::encode public function Encodes configuration data into the storage-specific format. 8
StorageInterface::exists public function Returns whether a configuration object exists. 8
StorageInterface::getAllCollectionNames public function Gets the existing collections. 8
StorageInterface::getCollectionName public function Gets the name of the current collection the storage is using. 8
StorageInterface::listAll public function Gets configuration object names starting with a given prefix. 8
StorageInterface::read public function Reads configuration data from the storage. 8
StorageInterface::readMultiple public function Reads configuration data from the storage. 8
StorageInterface::rename public function Renames a configuration object in the storage. 8
StorageInterface::write public function Writes configuration data to the storage. 8