You are here

protected function TransparentStorageFilterTrait::getFilteredStorage in Config Filter 8.2

Same name and namespace in other branches
  1. 8 src/Config/TransparentStorageFilterTrait.php \Drupal\config_filter\Config\TransparentStorageFilterTrait::getFilteredStorage()

Get the decorator storage which applies the filters.

Return value

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

1 call to TransparentStorageFilterTrait::getFilteredStorage()
TransparentFilter::getPrivateFilteredStorage in src/Tests/TransparentFilter.php
Get the decorator storage which applies the filters.

File

src/Config/TransparentStorageFilterTrait.php, line 63

Class

TransparentStorageFilterTrait
Trait TransparentStorageFilterTrait.

Namespace

Drupal\config_filter\Config

Code

protected function getFilteredStorage() {
  return $this->filtered;
}