You are here

public function StorageFilterInterface::filterDelete in Config Filter 8.2

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

Deletes a configuration object from the storage.

Parameters

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

bool $delete: Whether the previous filter allows to delete.

Return value

bool TRUE to allow deletion, FALSE otherwise.

File

src/Config/StorageFilterInterface.php, line 109

Class

StorageFilterInterface
Interface StorageFilterInterface.

Namespace

Drupal\config_filter\Config

Code

public function filterDelete($name, $delete);