You are here

public function StorageFilterInterface::filterRead in Config Filter 8.2

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

Filters configuration data after it is read from the storage.

Parameters

string $name: The name of a configuration object to load.

array|bool $data: The configuration data to filter.

Return value

array|bool The filtered data.

File

src/Config/StorageFilterInterface.php, line 56

Class

StorageFilterInterface
Interface StorageFilterInterface.

Namespace

Drupal\config_filter\Config

Code

public function filterRead($name, $data);