You are here

public function IgnoreFilter::filterCreateCollection in Config Ignore 8.2

File

src/Plugin/ConfigFilter/IgnoreFilter.php, line 230

Class

IgnoreFilter
Provides a ignore filter that reads partly from the active storage.

Namespace

Drupal\config_ignore\Plugin\ConfigFilter

Code

public function filterCreateCollection($collection) {
  return new static($this->configuration, $this->pluginId, $this->pluginDefinition, $this->active
    ->createCollection($collection));
}