You are here

protected property ViewsConfigUpdater::$typedConfigManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/ViewsConfigUpdater.php \Drupal\views\ViewsConfigUpdater::typedConfigManager

The typed config manager.

Type: \Drupal\Core\Config\TypedConfigManagerInterface

File

core/modules/views/src/ViewsConfigUpdater.php, line 44

Class

ViewsConfigUpdater
Provides a BC layer for modules providing old configurations.

Namespace

Drupal\views

Code

protected $typedConfigManager;