You are here

FilteredStorageInterface.php in Config Filter 8

Same filename and directory in other branches
  1. 8.2 src/Config/FilteredStorageInterface.php

File

src/Config/FilteredStorageInterface.php
View 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

Namesort descending Description
FilteredStorageInterface Essentially the StorageInterface, but knowing that config_filter is used.