You are here

constant ExcludedModulesEventSubscriber::EXCLUDED_MODULES_KEY in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php \Drupal\Core\EventSubscriber\ExcludedModulesEventSubscriber::EXCLUDED_MODULES_KEY

The key in settings and state for listing excluded modules.

File

core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php, line 21

Class

ExcludedModulesEventSubscriber
The event subscriber preventing excluded modules to be exported.

Namespace

Drupal\Core\EventSubscriber

Code

const EXCLUDED_MODULES_KEY = "config_exclude_modules";