You are here

protected property ConfigSchemaChecker::$exclude in Zircon Profile 8.0

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

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

Type: string[]

File

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

Class

ConfigSchemaChecker
Listens to the config save event and validates schema.

Namespace

Drupal\Core\Config\Testing

Code

protected $exclude = array();