You are here

protected property ConfigSchemaChecker::$exclude in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php \Drupal\Core\Config\Development\ConfigSchemaChecker::exclude

An array of config object names that are excluded from schema checking.

Type: string[]

File

core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php, line 48

Class

ConfigSchemaChecker
Listens to the config save event and validates schema.

Namespace

Drupal\Core\Config\Development

Code

protected $exclude = [];