You are here

public function TransparentStorageFilterTrait::filterGetCollectionName in Config Filter 8.2

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

File

src/Config/TransparentStorageFilterTrait.php, line 147

Class

TransparentStorageFilterTrait
Trait TransparentStorageFilterTrait.

Namespace

Drupal\config_filter\Config

Code

public function filterGetCollectionName($collection) {
  return $collection;
}