You are here

public function StorageFilterInterface::filterWrite in Config Filter 8.2

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

Filter configuration data before it is written to the storage.

Parameters

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

array $data: The configuration data to filter.

Return value

array|null The filtered data.

File

src/Config/StorageFilterInterface.php, line 69

Class

StorageFilterInterface
Interface StorageFilterInterface.

Namespace

Drupal\config_filter\Config

Code

public function filterWrite($name, array $data);