You are here

protected property FilterUninstallValidator::$filterManager in Drupal 8

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

The filter plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

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

Class

FilterUninstallValidator
Prevents uninstallation of modules providing used filter plugins.

Namespace

Drupal\filter

Code

protected $filterManager;