You are here

protected property FilterUninstallValidator::$filterStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/filter/src/FilterUninstallValidator.php \Drupal\filter\FilterUninstallValidator::filterStorage

The filter entity storage.

Type: \Drupal\Core\Config\Entity\ConfigEntityStorageInterface

File

core/modules/filter/src/FilterUninstallValidator.php, line 30

Class

FilterUninstallValidator
Prevents uninstallation of modules providing used filter plugins.

Namespace

Drupal\filter

Code

protected $filterStorage;