You are here

public function TransparentStorageFilterTrait::setSourceStorage in Config Filter 8

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

File

src/Config/TransparentStorageFilterTrait.php, line 36

Class

TransparentStorageFilterTrait
Trait TransparentStorageFilterTrait.

Namespace

Drupal\config_filter\Config

Code

public function setSourceStorage(StorageInterface $storage) {
  $this->source = $storage;
}