You are here

public function TransparentFilter::getPrivateSourceStorage in Config Filter 8

Same name and namespace in other branches
  1. 8.2 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
A transparent filter making the storages public for tests.

Namespace

Drupal\config_filter\Tests

Code

public function getPrivateSourceStorage() {
  return $this
    ->getSourceStorage();
}