You are here

protected property ConfigSchemaChecker::$typedManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php \Drupal\Core\Config\Testing\ConfigSchemaChecker::typedManager

The typed config manger.

Type: \Drupal\Core\Config\TypedConfigManagerInterface

File

core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php, line 37
Contains \Drupal\Core\Config\Testing\ConfigSchemaChecker.

Class

ConfigSchemaChecker
Listens to the config save event and validates schema.

Namespace

Drupal\Core\Config\Testing

Code

protected $typedManager;