You are here

protected function TransparentStorageFilterTrait::getSourceStorage in Config Filter 8

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

Get the read-only source Storage.

Return value

\Drupal\Core\Config\StorageInterface The source storage.

1 call to TransparentStorageFilterTrait::getSourceStorage()
TransparentFilter::getPrivateSourceStorage in src/Tests/TransparentFilter.php
Get the read-only source Storage.

File

src/Config/TransparentStorageFilterTrait.php, line 53

Class

TransparentStorageFilterTrait
Trait TransparentStorageFilterTrait.

Namespace

Drupal\config_filter\Config

Code

protected function getSourceStorage() {
  return $this->source;
}