public function TransparentFilter::getPrivateSourceStorage in Config Filter 8.2
Same name and namespace in other branches
- 8 src/Tests/TransparentFilter.php \Drupal\config_filter\Tests\TransparentFilter::getPrivateSourceStorage()
Get the read-only source Storage.
Return value
\Drupal\Core\Config\StorageInterface The source storage.
File
- src/
Tests/ TransparentFilter.php, line 26
Class
- TransparentFilter
- Class TransparentFilter.
Namespace
Drupal\config_filter\TestsCode
public function getPrivateSourceStorage() {
return $this
->getSourceStorage();
}