You are here

public function TransparentStorageFilterTrait::filterGetAllCollectionNames in Config Filter 8.2

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

File

src/Config/TransparentStorageFilterTrait.php, line 140

Class

TransparentStorageFilterTrait
Trait TransparentStorageFilterTrait.

Namespace

Drupal\config_filter\Config

Code

public function filterGetAllCollectionNames(array $collections) {
  return $collections;
}