You are here

protected property ConfigImportSubscriber::$configManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php \Drupal\content_moderation\EventSubscriber\ConfigImportSubscriber::configManager

The config manager.

Type: \Drupal\Core\Config\ConfigManagerInterface

File

core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php, line 21

Class

ConfigImportSubscriber
Check moderation states are not being used before updating workflow config.

Namespace

Drupal\content_moderation\EventSubscriber

Code

protected $configManager;