FilteredStorageInterface.php in Config Filter 8
Same filename and directory in other branches
Namespace
Drupal\config_filter\ConfigFile
src/Config/FilteredStorageInterface.phpView source
<?php
namespace Drupal\config_filter\Config;
use Drupal\Core\Config\StorageInterface;
/**
* Essentially the StorageInterface, but knowing that config_filter is used.
*/
interface FilteredStorageInterface extends StorageInterface {
}
Interfaces
Name | Description |
---|---|
FilteredStorageInterface | Essentially the StorageInterface, but knowing that config_filter is used. |