You are here

public function StorageFilterInterface::filterGetCollectionName in Config Filter 8.2

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

Filter the name of the current collection the storage is using.

Parameters

string $collection: The collection found by the storage.

Return value

string The current collection name.

File

src/Config/StorageFilterInterface.php, line 221

Class

StorageFilterInterface
Interface StorageFilterInterface.

Namespace

Drupal\config_filter\Config

Code

public function filterGetCollectionName($collection);