You are here

public function TransparentFilter::getPrivateFilteredStorage in Config Filter 8

Same name and namespace in other branches
  1. 8.2 src/Tests/TransparentFilter.php \Drupal\config_filter\Tests\TransparentFilter::getPrivateFilteredStorage()

Get the decorator storage which applies the filters.

Return value

\Drupal\Core\Config\StorageInterface The filtered decorator storage.

File

src/Tests/TransparentFilter.php, line 36

Class

TransparentFilter
A transparent filter making the storages public for tests.

Namespace

Drupal\config_filter\Tests

Code

public function getPrivateFilteredStorage() {
  return $this
    ->getFilteredStorage();
}