You are here

protected property SchemaCheckTrait::$schema in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php \Drupal\Core\Config\Schema\SchemaCheckTrait::schema

The config schema wrapper object for the configuration object under test.

Type: \Drupal\Core\Config\Schema\Element

File

core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php, line 23

Class

SchemaCheckTrait
Provides a trait for checking configuration schema.

Namespace

Drupal\Core\Config\Schema

Code

protected $schema;