You are here

public function StorageFilterInterface::filterGetAllCollectionNames in Config Filter 8.2

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

Filter getting the existing collections.

A configuration storage can contain multiple sets of configuration objects in partitioned collections. The collection key name identifies the current collection used.

Parameters

string[] $collections: The array of existing collection names.

Return value

array An array of existing collection names.

File

src/Config/StorageFilterInterface.php, line 210

Class

StorageFilterInterface
Interface StorageFilterInterface.

Namespace

Drupal\config_filter\Config

Code

public function filterGetAllCollectionNames(array $collections);