You are here

public function StorageFilterInterface::filterReadMultiple in Config Filter 8

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

Filters read configuration data from the storage.

Parameters

array $names: List of names of the configuration objects to load.

array $data: A list of the configuration data stored for the configuration object name that could be loaded for the passed list of names.

Return value

array A list of the configuration data stored for the configuration object name that could be loaded for the passed list of names.

File

src/Config/StorageFilterInterface.php, line 124

Class

StorageFilterInterface
Interface StorageFilterInterface.

Namespace

Drupal\config_filter\Config

Code

public function filterReadMultiple(array $names, array $data);