public function TransparentFilter::getPrivateFilteredStorage in Config Filter 8.2
Same name and namespace in other branches
- 8 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
- Class TransparentFilter.
Namespace
Drupal\config_filter\TestsCode
public function getPrivateFilteredStorage() {
return $this
->getFilteredStorage();
}